Airbyte · Example Payload

Airbyte Updateregion Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Updateregion Example is an example object payload from Airbyte, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateRegion",
  "method": "PATCH",
  "path": "/regions/{regionId}",
  "summary": "Airbyte Update a Region",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "updateRegion200Example",
      "example": {
        "regionId": "abc123",
        "name": "example-name",
        "organizationId": "abc123",
        "enabled": true,
        "createdAt": "example",
        "updatedAt": "example"
      }
    }
  ]
}