{ "opencollection": "1.0.0", "info": { "name": "SkyWatch EarthCache Archive Search Pipelines API", "version": "1.7" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Pipelines", "type": "folder" }, "items": [ { "info": { "name": "List pipelines", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/pipelines" }, "docs": "List pipelines" }, { "info": { "name": "Create a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.skywatch.co/earthcache/pipelines", "body": { "type": "json", "data": "{}" } }, "docs": "Create a pipeline" }, { "info": { "name": "Delete multiple pipelines", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.skywatch.co/earthcache/pipelines" }, "docs": "Delete multiple pipelines by id." }, { "info": { "name": "Get a pipeline", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the pipeline." } ] }, "docs": "Get a pipeline" }, { "info": { "name": "Update a pipeline", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.skywatch.co/earthcache/pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the pipeline." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a pipeline" }, { "info": { "name": "Delete a pipeline", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.skywatch.co/earthcache/pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the pipeline." } ] }, "docs": "Delete a pipeline" } ] } ], "bundled": true }