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