{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings Templates API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/templates", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "List templates" }, { "info": { "name": "Add template", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/templates", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Add template" }, { "info": { "name": "Get template by ID", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/templates/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get template by ID" }, { "info": { "name": "Remove template", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/templates/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove template" } ] } ], "bundled": true }