Skip to main content

Change a workspace.

Change a workspace.

Path Parameters
  • organization_id integer required

    ID of the workspace

Request Body required
  • name string required

    The name of the workspace

  • description string

    the description of the workspace

Responses

Workspace was changed


Schema
  • id integer

    The ID of the workspace.

  • name string

    The name of the workspace

  • description string

    the description of the workspace

  • created date-time

    creation date

  • is_beta boolean

    if the workspace has beta features

  • is_read_only boolean

    if the workspace is read-only

Loading...