ActionTemplates
Create a server task to update deployment and runbook actions to a specific version of the action template
post/actiontemplates/{id}/actionsUpdate/bulk
Path parameters
idstring required
The ID of the Action Template.
Request body
Example request
{
"Id": "ActionTemplates-1",
"SpaceId": "Spaces-1"
}Response
Returns the results of the update of the actions updated to match the action template.
Example response
{
"TaskId": "ServerTasks-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.