Template Item API
Filters:
Multiple access controls based on provided filters:
provider_id🚨 Gate errors: You must filter by "provider_id".
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ id ]
JSON PUT body:
{
"content": string
"fieldset_ids": integer[]
"labels": integer[]
"name": string
"organization_id": integer
"title"?: string
"user_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.