CreateWorkspace
POST/api/v1/organizations/:organization_id/workspaces
Creates a new workspace under an organization. Optionally, you can provide a name and description for the workspace.
Requires organization MEMBER or OWNER role. The creator becomes the OWNER of the new workspace.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Document created, URL follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI