Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 537 Bytes

File metadata and controls

34 lines (25 loc) · 537 Bytes

search_routes

Search API routes by path or method. Case-insensitive.

Input schema

{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query e.g. \"auth\", \"POST\", \"/api/users\""
    }
  },
  "required": [
    "query"
  ]
}

Required arguments

  • query

Properties

Name Type Description
query string Search query e.g. "auth", "POST", "/api/users"

See also