sanic-org / sanic-openapi

Easily document your Sanic API with a UI

Home Page:https://sanic-openapi.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I document the parameters in the cookies?

pansila opened this issue · comments

Is your feature request related to a problem? Please describe your use case.
I'd like to document the parameter in the cookies just as the ones in query and header.

Describe the solution you'd like
Is it possible to add the the location 'cookies'?

Additional context
@doc.consumes(doc.String(name='Token'), location='cookies')