{ "opencollection": "1.0.0", "info": { "name": "Coscine Web Admin Maintenance API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Maintenance", "type": "folder" }, "items": [ { "info": { "name": "Retrieves the current maintenance messages.", "type": "http" }, "http": { "method": "GET", "url": "https://coscine.rwth-aachen.de/coscine/api/v2/maintenances" }, "docs": "Retrieves the current maintenance messages." }, { "info": { "name": "Responds with the HTTP methods allowed for the endpoint.", "type": "http" }, "http": { "method": "OPTIONS", "url": "https://coscine.rwth-aachen.de/coscine/api/v2/maintenances" }, "docs": "Responds with the HTTP methods allowed for the endpoint." } ] } ], "bundled": true }