ActionTemplates
Modify an existing action template.
put/actiontemplates/{id}
Path parameters
idstring required
The id of the existing Action Template.
Request body
Example request
{
"Id": "ActionTemplates-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the Action Template was modified, including the updated template.
Example response
{
"SpaceId": "Spaces-1"
}