ActionTemplates
Create an Action Template.
post/{spaceId}/actiontemplates
Path parameters
spaceIdstring required
The id of the Space that contains the Action Template.
Request body
Example request
{
"CommunityActionTemplateId": "CommunityActionTemplates-1",
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.