---
title: "Update the Workspace Settings"
method: PUT
path: "/workspaces/{ws_id}/settings"
tags: ["Workspaces"]
---

# Update the Workspace Settings

`PUT /workspaces/{ws_id}/settings`

Update the workspace settings by provided values

## Path parameters

- `ws_id` string, required

## Request body

- ApiRequestsUpdateWorkspaceSettingsRequest
  - `description` string
  - `display_name` string
  - `logo_file_identifier` string
  - `settings` ApiRequestsWorkspaceSettingsUpdate
    - `case_management_dashboard_enabled` boolean
    - `default_overview_page_dashboard` string
    - `enable_overview_page` boolean
    - `features` ModelsWorkspaceFeatures
      - `agents` boolean
      - `case-management` boolean — add feature flags below, using the same key as in the features table for workspace specific features
    - `type` string

## Response `200`

ok

- ApiRequestsUpdateWorkspaceSettingsRequest
  - `description` string
  - `display_name` string
  - `logo_file_identifier` string
  - `settings` ApiRequestsWorkspaceSettingsUpdate
    - `case_management_dashboard_enabled` boolean
    - `default_overview_page_dashboard` string
    - `enable_overview_page` boolean
    - `features` ModelsWorkspaceFeatures
      - `agents` boolean
      - `case-management` boolean — add feature flags below, using the same key as in the features table for workspace specific features
    - `type` string

## Other responses

- `400` — Invalid request
- `404` — Cannot update workspace settings

---

[API](https://skmtc.net/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.net/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
