{ "opencollection": "1.0.0", "info": { "name": "Backstage Auth Actions Metadata API", "version": "1.0.0" }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Backstage Get TechDocs metadata for an entity", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:7007/api/auth/metadata/techdocs/:namespace/:kind/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The entity namespace." }, { "name": "kind", "value": "", "type": "path", "description": "The entity kind (e.g., Component, API)." }, { "name": "name", "value": "", "type": "path", "description": "The entity name." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the TechDocs metadata for a specific catalog entity, including the site name, description, and build information." }, { "info": { "name": "Backstage Get entity metadata for TechDocs", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:7007/api/auth/metadata/entity/:namespace/:kind/:name", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "kind", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns catalog entity metadata relevant to TechDocs rendering, including the entity name, description, and TechDocs annotations." } ] } ], "bundled": true }