How to Decorate Parameters in Cookie? #4721
-
I need an OpenAPI 3.0 output like this: parameters:
- name: some-cookie-name
in: cookie
required: true
schema:
type: string Is there a way to define a parameter in the cookie? |
Beta Was this translation helpful? Give feedback.
Answered by
timotheeguerin
Oct 14, 2024
Replies: 1 comment 1 reply
-
I believe this is a gap in the http library, feel free to file a feature request |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
su8ru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this is a gap in the http library, feel free to file a feature request