Submit updates to a specific template using templateId
.
Successful changes make the template dirty, and the changes can be published using the /templates/publish/{templateId}
endpoint.
If any zones:
Are removed from the template and no longer exist in any template, they will be considered as orphans and deleted.
Referenced in the updated template do not exist, the PUT
operation fails.
The universal unique identifier (UUID) of the template.
The context parameter retrieves templates for the specified application. The parameter format is app:your-app-name
. Only the first application listed in the context is displayed even if a comma-delimited list is entered in the parameter.
"app:your-app-name"
The body is of type object
.
OK
The response is of type object
.