Workspaces
Create a new workspace
Creator is auto-added as owner. May fail with 403 if the per-user workspace quota is exceeded.
post/api/workspaces
Request body
Example request
{
"name": "My Workspace"
}Response
Created
Creator is auto-added as owner. May fail with 403 if the per-user workspace quota is exceeded.
{
"name": "My Workspace"
}Created