OpenAPI 3.1.02026-08-15697163443.4 KB
2e610947dac4
Spaces
Create a new space
Creates a new space for the current tenant.
post/v1/spaces
Headers
X-Org-Idinteger required
Organization ID
Request body
Example request
{
"spaceName": "Project Management Space",
"description": "This space is for managing project tasks",
"spaceType": "Public_To_All"
}Response
OK