{ "opencollection": "1.0.0", "info": { "name": "airbyte-api Applications DeclarativeSourceDefinitions API", "version": "1.0.0" }, "items": [ { "info": { "name": "DeclarativeSourceDefinitions", "type": "folder" }, "items": [ { "info": { "name": "Airbyte List Declarative Source Definitions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId/definitions/declarative_sources", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Airbyte List Declarative Source Definitions." }, { "info": { "name": "Airbyte Create a Declarative Source Definition.", "type": "http" }, "http": { "method": "POST", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId/definitions/declarative_sources", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Create a Declarative Source Definition." }, { "info": { "name": "Airbyte Get Declarative Source Definition Details.", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId/definitions/declarative_sources/:definitionId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "definitionId", "value": "", "type": "path" } ] }, "docs": "Airbyte Get Declarative Source Definition Details." }, { "info": { "name": "Airbyte Update Declarative Source Definition Details.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId/definitions/declarative_sources/:definitionId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "definitionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Update Declarative Source Definition Details." }, { "info": { "name": "Airbyte Delete a Declarative Source Definition.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId/definitions/declarative_sources/:definitionId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "definitionId", "value": "", "type": "path" } ] }, "docs": "Airbyte Delete a Declarative Source Definition." } ] } ], "bundled": true }