{ "opencollection": "1.0.0", "info": { "name": "Backstage Auth Actions Templates API", "version": "1.0.0" }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "Backstage Get template parameter schema", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:7007/api/auth/v2/templates/:namespace/:kind/:name/parameter-schema", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "kind", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves the parameter schema for a specific template. This describes the input parameters the template accepts and their validation rules." } ] } ], "bundled": true }