Create Workspace
Create a new workspace and automatically add the current user as an admin of that workspace.Authentication & Scope
Requires theworkspaces-write ability.
Request
Body Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Display name of the workspace. |
| emoji | string | No | Optional emoji/icon to represent it. |
Response
200 OK – Returns the newly created workspace information.
403 Forbidden – Token lacks workspaces-write or user not allowed.Authorizations
Personal Access Token