Airbyte · Schema

WorkspaceUpdateRequest

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
name string Name of the workspace
notifications object
regionId string
View JSON Schema on GitHub

JSON Schema

airbyte-workspaceupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceUpdateRequest",
  "title": "WorkspaceUpdateRequest",
  "type": "object",
  "properties": {
    "name": {
      "description": "Name of the workspace",
      "type": "string"
    },
    "notifications": {
      "$ref": "#/components/schemas/NotificationsConfig"
    },
    "regionId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "x-speakeasy-entity": "Workspace",
  "x-speakeasy-param-suppress-computed-diff": true,
  "x-speakeasy-component": true
}