Skip to main content
PATCH
Update a template's name/recipients

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Body

application/json

Update a template's name and/or recipients. Only provided fields are applied.

name
string

New template name (1-100 chars; cannot be empty).

recipients
object[]
Minimum array length: 1

Response

The updated template.

data
object
required