{ "opencollection": "1.0.0", "info": { "name": "Coscine Web Admin Provenance API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Provenance", "type": "folder" }, "items": [ { "info": { "name": "Retrieves the specific provenance information associated with a resource.", "type": "http" }, "http": { "method": "GET", "url": "https://coscine.rwth-aachen.de/coscine/api/v2/projects/:projectId/resources/:resourceId/provenance/specific", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier or slug of the project." }, { "name": "resourceId", "value": "", "type": "path", "description": "The unique identifier of the resource." }, { "name": "Path", "value": "", "type": "query", "description": "Gets or sets the path of the metadata tree." }, { "name": "Version", "value": "", "type": "query", "description": "Gets or sets the desired version.\r\nIf the version is null, the newest will be returned." } ] }, "docs": "Retrieves the specific provenance information associated with a resource." }, { "info": { "name": "Updates existing specific provenance information of a resource.", "type": "http" }, "http": { "method": "PUT", "url": "https://coscine.rwth-aachen.de/coscine/api/v2/projects/:projectId/resources/:resourceId/provenance/specific", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier or slug of the project." }, { "name": "resourceId", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Required JWT roles for access: administrator.