{ "opencollection": "1.0.0", "info": { "name": "Rightsline Availability Lists API", "version": "v4" }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "Add List Value", "type": "http" }, "http": { "method": "POST", "url": "https://app.rightsline.com/v4/lists/:listId/values", "params": [ { "name": "listId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Add values to a master or pick list." }, { "info": { "name": "Remove List Value", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.rightsline.com/v4/lists/:listId/values", "params": [ { "name": "listId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Remove values from a master or pick list." } ] } ], "bundled": true }