{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_exportStorage.subpackage_exportStorage/redis API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_exportStorage.subpackage_exportStorage/redis", "type": "folder" }, "items": [ { "info": { "name": "Get all export storage", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/storages/export/redis", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "project", "value": "", "type": "query", "description": "Project ID" } ] }, "docs": "Get a list of all Redis export storage connections." }, { "info": { "name": "Create export storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/export/redis", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Redis export storage connection to store annotations." }, { "info": { "name": "Validate export storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/export/redis/validate", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate a specific Redis export storage connection." }, { "info": { "name": "Get export storage", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/storages/export/redis/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a specific Redis export storage connection." }, { "info": { "name": "Update export storage", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/storages/export/redis/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific Redis export storage connection." }, { "info": { "name": "Delete export storage", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/storages/export/redis/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a specific Redis export storage connection." }, { "info": { "name": "Sync export storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/export/redis/:id/sync", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Sync tasks from a Redis export storage connection." } ] } ], "bundled": true }