get_api_reference
Retrieve Backstage API references for REST endpoints, GraphQL schemas, and client libraries to support plugin development and framework customization.
Instructions
Get Backstage API reference including REST endpoints, GraphQL, and client libraries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api | No | Specific API to retrieve (optional) |
Input Schema (JSON Schema)
{
"properties": {
"api": {
"description": "Specific API to retrieve (optional)",
"enum": [
"catalogApi",
"scaffolderApi",
"techDocsApi",
"authApi",
"searchApi",
"proxyApi",
"graphqlApi"
],
"type": "string"
}
},
"type": "object"
}