Back
post /v1/organizations/{organizationId}/spaces/{spaceId}/copy

Copy space

Starts an asynchronous copy of the source space identified by spaceId. A successful response means the operation was accepted, not that the copy is complete. Poll GET /v1/organizations/{organizationId}/spaces/{spaceId}/operations/{operationId} with the same source spaceId and returned operationId until status is succeeded or failed. On success, the status response’s newSpaceId identifies the copy. Omit templateType or set it to not_template for an ordinary space; use organization to save the copy as an organization template.

path params

organizationIdstring required
spaceIdstring required

ID of the source space. Use this same ID when polling operation status.

Request body

name String required Name of the new space or template.

templateType String ENUM

Responses

Was this guide helpful?