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