GET /search
Perform fuzzy search across OpenAPI specifications and SDK example resources, supporting exact match and Levenshtein fuzzy fallback
Gateway - Developer Tools None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
q |
query |
string |
No |
|
|
|
Search keyword |
type |
query |
string |
No |
|
|
|
Search type (api: API endpoint, sdk: SDK example) |
Responses
| Status | Description | Schema |
| 200 | Search result list | object |
| 400 | Invalid request parameters | object |
| 500 | Internal server error | object |