---
title: "Update a workspace"
method: PATCH
path: "/workspaces/{workspaceId}"
tags: ["public_workspaces", "public", "Workspaces"]
---

# Update a workspace

`PATCH /workspaces/{workspaceId}`

## Request body

- WorkspaceUpdateRequest
  - `name` string — Name of the workspace
  - `notifications` NotificationsConfig — Configures workspace notifications.
    - `failure` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `success` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `connectionUpdate` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `connectionUpdateActionRequired` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `syncDisabled` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `syncDisabledWarning` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
  - `regionId` string, uuid

## Response `200`

Successful operation

- WorkspaceResponse — Provides details of a single workspace.
  - `workspaceId` string, UUID, required
  - `name` string, required
  - `dataResidency` string, required
  - `notifications` NotificationsConfig, required — Configures workspace notifications.
    - `failure` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `success` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `connectionUpdate` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `connectionUpdateActionRequired` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `syncDisabled` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string
    - `syncDisabledWarning` NotificationConfig — Configures a notification.
      - `email` EmailNotificationConfig — Configures an email notification.
        - `enabled` boolean
      - `webhook` WebhookNotificationConfig — Configures a webhook notification.
        - `enabled` boolean
        - `url` string

## Other responses

- `400` — Invalid data
- `403` — Not allowed

---

[API](https://skmtc.net/airbytehq/apis/airbyte-api.md) · [All operations](https://skmtc.net/airbytehq/apis/airbyte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbytehq/airbyte-api/revisions/55ddc054e5b5/schema)
