Skip to content

Missing "search" parameter in openapi.yaml (still documented in docs) #643

@beshkenadze

Description

@beshkenadze

📝 Describe the bug

The search query parameter is missing from openapi.yaml, even though it’s documented in the official API reference for GET /v0/servers.

Docs mention:

  • search — case-insensitive substring search on server names (e.g., filesystem)
    source link

But in the current openapi.yaml, the parameter is missing.


⚙️ To Reproduce

  1. Check GET /v0/servers in openapi.yaml
  2. Confirm there’s no search query parameter
  3. Compare with the documentation — it still lists search

✅ Expected behavior

The OpenAPI spec should include the search parameter for /v0/servers, or the documentation should be updated if it was intentionally removed.


🧩 Additional context

Found while generating SDKs — the search parameter is referenced in docs and examples, but not in the schema.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions