Template Collection 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.
JSON post body:
{
"content": string
"fieldset_ids": integer[]
"labels": integer[]
"name": string
"organization_id": integer
"title"?: string
"user_id": integer
}Possible errors:
Field "content": "Content is required"
Field "fieldset_ids": "Fieldset IDs is required"
Field "labels": "Labels is required"
Field "name": "Name is required"
Field "organization_id": "Organization ID is required"
Field "user_id": "User ID is required"
Request payload
The body is of type object.
Successful response
The response is of type object.