Airbyte · Example Payload

Airbyte Createregion Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Createregion 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": "createRegion",
  "method": "POST",
  "path": "/regions",
  "summary": "Airbyte Create a Region",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "createRegion200Example",
      "example": {
        "regionId": "abc123",
        "name": "example-name",
        "organizationId": "abc123",
        "enabled": true,
        "createdAt": "example",
        "updatedAt": "example"
      }
    }
  ]
}