Enable or disable a message template
PATCHhttps://platform.docana.com/api/v1/applications/:id/message-templates/:templateId/
Flips whether the template can be used to send messages, without touching its stored definition. Requires write access to the application.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated message template
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No write access to the application
Message template not found
Unexpected server error.