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.
ID of the source space. Use this same ID when polling operation status.
name String required Name of the new space or template.
templateType String ENUM
Was this guide helpful?