Airbyte · Example Payload

Airbyte Patchconnection Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Patchconnection 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": "patchConnection",
  "method": "PATCH",
  "path": "/connections/{connectionId}",
  "summary": "Airbyte Update Connection Details",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Connection Update Request Example",
      "example": {
        "sourceId": "95e66a59-8045-4307-9678-63bc3c9b8c93",
        "destinationId": "e478de0d-a3a0-475c-b019-25f7dd29e281",
        "name": "Postgres-to-Bigquery"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Connection Get Response Example",
      "example": {
        "workspaceId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",
        "name": "Postgres To Snowflake",
        "sourceId": "9924bcd0-99be-453d-ba47-c2c9766f7da5",
        "destinationId": "744cc0ed-7f05-4949-9e60-2a814f90c035"
      }
    }
  ]
}