Search API routes by path or method. Case-insensitive.
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query e.g. \"auth\", \"POST\", \"/api/users\""
}
},
"required": [
"query"
]
}query
| Name | Type | Description |
|---|---|---|
query |
string | Search query e.g. "auth", "POST", "/api/users" |