{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_importStorage.subpackage_importStorage/s3 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_importStorage.subpackage_importStorage/s3", "type": "folder" }, "items": [ { "info": { "name": "List S3 import storage", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/storages/s3/", "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 S3 import storage connections." }, { "info": { "name": "Create new S3 storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/s3/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create new S3 import storage" }, { "info": { "name": "Validate import storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/s3/validate", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate a specific S3 import storage connection." }, { "info": { "name": "Get import storage", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/storages/s3/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a specific S3 import storage connection." }, { "info": { "name": "Update import storage", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/storages/s3/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific S3 import storage connection." }, { "info": { "name": "Delete import storage", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/storages/s3/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a specific S3 import storage connection." }, { "info": { "name": "Sync import storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/s3/:id/sync", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Storage ID" } ] }, "docs": "Sync tasks from an S3 import storage connection." } ] } ], "bundled": true }