{ "opencollection": "1.0.0", "info": { "name": "Coscine Web Admin ProjectResourceType API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "ProjectResourceType", "type": "folder" }, "items": [ { "info": { "name": "Retrieves the available resource types information for a specific project.", "type": "http" }, "http": { "method": "GET", "url": "https://coscine.rwth-aachen.de/coscine/api/v2/projects/:projectId/resource-types", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Id or slug of the project." } ] }, "docs": "Retrieves the available resource types information for a specific project." }, { "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/projects/:projectId/resource-types", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Responds with the HTTP methods allowed for the endpoint." } ] } ], "bundled": true }