ActionTemplates
Modify an existing action template.
put/{spaceId}/actiontemplates/{id}
Path parameters
spaceIdstring required
The id of the Space that contains the Action Template.
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"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.