Update workspace

PATCH

Update a specific workspace. You will need to provide the workspace ID. You can find this using List workspaces.

Path parameters

idintegerRequired

Workspace ID

Request

This endpoint expects an object.
titlestringOptional

Workspace title

descriptionstringOptional

Workspace description

is_publicbooleanOptional

Is workspace public

is_personalbooleanOptional

Is workspace personal

colorstringOptionalDefaults to #FFFFFF

Workspace color in HEX format

is_archivedbooleanOptional

Is workspace archived

Response

idintegerOptional

Unique ID of the workspace

titlestringOptional

Workspace title

descriptionstringOptional

Workspace description

is_publicbooleanOptional

Whether the workspace is public or not

is_personalbooleanOptional

Whether the workspace is personal or not

is_archivedbooleanOptional

Whether the workspace is archived or not

created_atdatetimeOptional

Creation time of the workspace

updated_atdatetimeOptional

Last updated time of the workspace

created_byintegerOptional

User ID of the workspace creator

colorstringOptional

Workspace color

Built with