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