Workspaces
Create workspace
Creates a new workspace with the given name and thumbnail.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The name of the workspace
Response
200 - application/json
Successfully created workspace
Unique identifier for the workspace.
Unique identifier for the account associated with the workspace.
Name of the workspace.
Unique identifier for the thumbnail file associated with the workspace.
Default avatar for the workspace.
Required range:
1 <= x <= 10
Unique identifier for the user who created the workspace.
Sequence number for the workspace.
Roles associated with the workspace.
Usage information for the workspace.
Was this page helpful?