ActionTemplates
Update deployment and runbook actions to a specific version of the action template
post/spaces/{spaceIdentifier}/actiontemplates/{id}/actionsUpdate
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
The ID of the Action Template.
Request body
Example request
{
"Id": "ActionTemplates-1",
"SpaceId": "Spaces-1"
}Response
ActionUpdateResultResources with details of the results of the update returned
Changes
No recorded changes to this endpoint across all 7 revisions of this API.