orchestrator
2021.10
false
- Getting Started
 - Authentication
 - Swagger Definition
 - Orchestrator APIs
- Alerts Requests
 - Assets Requests
 - Calendars Requests
 - Environments Requests
 - Folders Requests
 - Generic Tasks Requests
 - Jobs Requests
 - Libraries Requests
 - License Requests
 - Packages Requests
 - Permissions Requests
 - Processes Requests
 - Robots Requests
 - Roles Requests
 - Schedules Requests
 - Settings Requests
 - Tasks Requests
 - Task Catalogs Requests
 - Task Forms Requests
 - Tenants Requests
 - Transactions Requests
 - Users Requests
 - Webhooks Requests
 
 - Platform Management APIs
- Get Message Template
 - Update a Message Template
 - Get Message Template by Name
 
 

OUT OF SUPPORT
Orchestrator API Guide
Last updated Oct 31, 2024
Updates an existing message template, by the template ID.
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'| 
                               Param  | 
                               Data type  | 
                               Description  | 
|---|---|---|
| 
                               
 (required)  | 
                               String  | 
                               The ID of message template you want to update.  | 
The request body contains the message ID and the new content.
{
  "id": 0,
  "value": "string"
}{
  "id": 0,
  "value": "string"
}