#main
Administrative action to update an existing communication template. Allows passing partial fields to patch specific fields only.
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|
| id | string | - | ✅ | ID of the template to be updated. |
| name | string | - | ❌ | Name of the template. |
| lang | string (language) | - | ❌ | Message language. |
| contentMarkdown | string | - | ❌ | Content of the template, markdown supported, can contain variable placeholders. |
| subject | string | - | ❌ | Subject of the message, used in emails. |
| updatedBy | string (did) | - | ❌ | DID of the user who is updating the template. |
| disabled | boolean | - | ❌ | - |
Output
- Encoding: application/json