Workspace
Update a Workspace
POST
/
workspace
/
{workspaceId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
workspaceId
string
requiredWorkspace ID
Body
application/json
name
string
requiredWorkspace name
theme
string
requiredWorkspace theme color
week_starts_on
enum<string>
requiredWorkspace week starts on
Available options:
monday
, sunday