{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Dropdowns API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Dropdowns", "type": "folder" }, "items": [ { "info": { "name": "List dropdowns", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/dropdowns", "params": [ { "name": "nextToken", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "List dropdowns" }, { "info": { "name": "Create a dropdown", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/dropdowns", "body": { "type": "json", "data": "{}" } }, "docs": "Create a dropdown" }, { "info": { "name": "Get a dropdown", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/dropdowns/:dropdown_id", "params": [ { "name": "dropdown_id", "value": "", "type": "path" } ] }, "docs": "Get a dropdown" }, { "info": { "name": "Update a dropdown", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v2/dropdowns/:dropdown_id", "params": [ { "name": "dropdown_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a dropdown" }, { "info": { "name": "Archive dropdown options", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/dropdowns/:dropdown_id/options:archive", "params": [ { "name": "dropdown_id", "value": "", "type": "path", "description": "ID of the dropdown to archive options for." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Archive options belonging to a dropdown" }, { "info": { "name": "Unarchive dropdown options", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/dropdowns/:dropdown_id/options:unarchive", "params": [ { "name": "dropdown_id", "value": "", "type": "path", "description": "ID of the dropdown to archive options for." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unarchive options belonging to a dropdown" } ] } ], "bundled": true }