Template
patchNotificationTemplate
Partially update a notification template
patch/v1/notification/templates/{id}
Path parameters
idstring uuid required
Template ID (UUID)
Request body
Example request
{
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}Response
Success
Example response
{
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.