{ "opencollection": "1.0.0", "info": { "name": "airbyte-api Applications Permissions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Permissions", "type": "folder" }, "items": [ { "info": { "name": "Airbyte Get Permission Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/permissions/:permissionId", "params": [ { "name": "permissionId", "value": "", "type": "path" } ] }, "docs": "Airbyte Get Permission Details" }, { "info": { "name": "Airbyte Update a Permission", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.airbyte.com/v1/permissions/:permissionId", "params": [ { "name": "permissionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Update a Permission" }, { "info": { "name": "Airbyte Delete a Permission", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.airbyte.com/v1/permissions/:permissionId", "params": [ { "name": "permissionId", "value": "", "type": "path" } ] }, "docs": "Airbyte Delete a Permission" }, { "info": { "name": "Airbyte List Permissions by User Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/permissions", "params": [ { "name": "userId", "value": "", "type": "query", "description": "User Id in permission." }, { "name": "organizationId", "value": "", "type": "query", "description": "This is required if you want to read someone else's permissions, and you should have organization admin or a higher role." } ] }, "docs": "Airbyte List Permissions by User Id" }, { "info": { "name": "Airbyte Create a Permission", "type": "http" }, "http": { "method": "POST", "url": "https://api.airbyte.com/v1/permissions", "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Create a Permission" } ] } ], "bundled": true }