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