Workspaces

✨ Update workspace

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Update settings for a specific workspace by ID.
patch/api/workspaces/{id}/

Path parameters

idinteger required

Request body

colorstring nullable

Color

descriptionstring nullable

Workspace description

is_archivedboolean

Workspace is archived

is_personalboolean

Workspace is a personal user workspace

titlestring

Workspace Name

Response

colorstring nullable

Color

created_byinteger required
created_by_userobject nullable required

Return created_by user details when include_all_workspaces is enabled.

descriptionstring nullable

Workspace description

idinteger required
is_archivedboolean

Workspace is archived

is_personalboolean

Workspace is a personal user workspace

membershipobject nullable required
projects_countinteger nullable required
titlestring required

Workspace Name

Changes

Changed in 1 of the 97 revisions of this API.4

    • the response property created_by_user became nullable for the status 200

      response-property-became-nullable

    • the response property membership became nullable for the status 200

      response-property-became-nullable

    • the created_by_user response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • the membership response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

Of the 97 revisions, 1 has no diff computed.