{ "opencollection": "1.0.0", "info": { "name": "metadata-api AWSAccount Documentation API", "version": "1.2" }, "items": [ { "info": { "name": "Documentation", "type": "folder" }, "items": [ { "info": { "name": "List Documentation", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/documentation/", "params": [ { "name": "is_active", "value": "", "type": "query" }, { "name": "is_public", "value": "", "type": "query" }, { "name": "author_id", "value": "", "type": "query" }, { "name": "maintainer_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of all documentations" }, { "info": { "name": "Add Documentation", "type": "http" }, "http": { "method": "POST", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/documentation/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add a new documentation" }, { "info": { "name": "Get Documentation", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/documentation/:documentation_id/", "params": [ { "name": "documentation_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Documentation details by id" }, { "info": { "name": "Update documentation", "type": "http" }, "http": { "method": "PUT", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/documentation/:documentation_id/", "params": [ { "name": "documentation_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update documentation details by id" }, { "info": { "name": "Delete documentation", "type": "http" }, "http": { "method": "DELETE", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/documentation/:documentation_id/", "params": [ { "name": "documentation_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a documentation record" }, { "info": { "name": "Get Extended Documentation", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/documentation/ext/:documentation_id/", "params": [ { "name": "documentation_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Extended Documentation details by id" }, { "info": { "name": "Get Documentation", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/public/documentation/:documentation_id/", "params": [ { "name": "documentation_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Documentation details by id" }, { "info": { "name": "List Documentation", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/public/documentation/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of all documentations" } ] } ], "bundled": true }