Text Templates
Text templates are reusable content records available to the authenticated tenant user.
GET/api/v1/text-templates
List text templates
Required scope: text-templates:read.
POST/api/v1/text-templates
Create a text template
Required scope: text-templates:write.
GET/api/v1/text-templates/{textTemplate}
Get a text template
Required scope: text-templates:read.
PATCH/api/v1/text-templates/{textTemplate}
Update a text template
Required scope: text-templates:write. PUT is also registered.
DELETE/api/v1/text-templates/{textTemplate}
Delete a text template
Required scope: text-templates:write.
