Apply a content template to populate a space with initial pages
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
idstringRequired
The ID of the template to use for the space
changeRequestIdstringOptional
The ID of the change request to apply the template to. If not provided, the template is applied to the main content.
Responses
201
Template applied to space.
No content
post/spaces/{spaceId}/content/template
201
Template applied to space.
No content
Last updated
Was this helpful?