latestOpenAPI 3.0.32026-08-151874701.5 MB
5dedc4bd492c
workspaces
Create workspace
Creates a new workspace.
post/workspaces
Headers
Content-Type'application/json' required
Defines the structure for the request body.
Request body
Example request
{
"name": "New workspace"
}Response
Basic information about the new Workspace.
Example response
{
"message": "SUCCESS"
}