Update a text template by ID

Update custom content by ID

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

text_template_idstringRequired

UUID text_template ID

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
namestringOptional
templatestringOptional

Response

Successful Response
idstringformat: "uuid"
created_atdatetime
updated_atdatetime
document_typeenum
is_defaultboolean
namestring
templatestring
typeenum

Errors

401
Patch Text Templates ID Request Unauthorized Error
422
Patch Text Templates ID Request Unprocessable Entity Error
429
Patch Text Templates ID Request Too Many Requests Error