Authorization: Bearer ********************{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"channelId": 0,
"revision": 0,
"name": "string",
"content": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"editedAt": "2019-08-24T14:15:22.123Z",
"editedBy": "string",
"textSections": {
"property1": "string",
"property2": "string"
}
}curl --location --request PATCH 'https://api.ogoship.com/api/notificationTemplates/channel//frame/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"channelId": 0,
"revision": 0,
"name": "string",
"content": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"editedAt": "2019-08-24T14:15:22.123Z",
"editedBy": "string",
"textSections": {
"property1": "string",
"property2": "string"
}
}'{}