Skip to main content

workspace-switch

workspace-switch

Request Body REQUIRED
workspaceId string REQUIRED
Responses
200

Successful response

Schema OPTIONAL
id string
role string
username string
nickname string
avatar string
email string
createdAt date-time
updatedAt date-time
deletedAt date-time
currentWorkspaceId string
workspaces object[]
role string
workspace object
id string
name string
settings object
paused boolean
default

Error response

Schema OPTIONAL
message string
code string
issues object[] OPTIONAL
message string
workspace-switch
POST /workspace//switch
Body
Loading...
http://localhost:12345/open
curl -L -X POST 'http://localhost:12345/open/workspace//switch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'