sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

many APIs are missing the `query` parameter

Open untitaker opened this issue 1 year ago • 0 comments

Which part? Which one?

API Docs

Description

https://docs.sentry.io/api/organizations/list-an-organizations-projects/

this API accepts ?query=searchterm, allowing you search the organization's projects by name. It's used in Cmd-K, but not documented

Other APIs used by Cmd-K have this issue, listing teams, projects, organizations all support query but don't document it

Suggested Solution

Document the query parameter consistently everywhere

untitaker avatar Dec 13 '24 19:12 untitaker