Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI: Support [DisableQueryString] #1461

Open
bkoelman opened this issue Feb 13, 2024 · 0 comments
Open

OpenAPI: Support [DisableQueryString] #1461

bkoelman opened this issue Feb 13, 2024 · 0 comments
Labels

Comments

@bkoelman
Copy link
Member

bkoelman commented Feb 13, 2024

Generation of query string parameters should take [DisableQueryString] into account. See also the remark at #1378:

If a controller is decorated with [DisableQueryString(JsonApiQueryStringParameters.All)], we could hide the query string from OpenAPI. I didn't implement that, because the information is hard to obtain and it's a corner case. And when users decide to add their own query string parameters, it would incorrectly hide the possibility of providing them.

Originally posted by @bkoelman in #1058 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant