Skip to main content
PUT
/
workspaces
/
{ws_id}
/
settings
Update the Workspace Settings
curl --request PUT \
  --url https://app.blinkops.com/api/v1/workspaces/{ws_id}/settings \
  --header 'BLINK-API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>",
  "display_name": "<string>",
  "logo_file_identifier": "<string>",
  "settings": {
    "case_management_dashboard_enabled": true,
    "default_overview_page_dashboard": "<string>",
    "enable_overview_page": true,
    "features": {
      "agents": true,
      "case-management": true
    },
    "type": "<string>"
  }
}
'
{
  "description": "<string>",
  "display_name": "<string>",
  "logo_file_identifier": "<string>",
  "settings": {
    "case_management_dashboard_enabled": true,
    "default_overview_page_dashboard": "<string>",
    "enable_overview_page": true,
    "features": {
      "agents": true,
      "case-management": true
    },
    "type": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

ws_id
string
required

Workspace ID

Body

application/json

Settings to update

description
string
display_name
string
logo_file_identifier
string
settings
object

Response

ok

description
string
display_name
string
logo_file_identifier
string
settings
object