You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
Because of my API's specific settings, I need to pass an extra numeric param on header at every request I make. I'm unable to do this and I didn't find any info refering to this on the official docs, appart from the default 'api_key', which works fine with django-rest-swagger==2.1.2.
Is there a way to send extra params on header either on Authorization (adding it to the current apiKey and sending both of them, which I didn't achive) or at Parameters section of a concrete method?
Regards,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Because of my API's specific settings, I need to pass an extra numeric param on header at every request I make. I'm unable to do this and I didn't find any info refering to this on the official docs, appart from the default
'api_key'
, which works fine with django-rest-swagger==2.1.2.Is there a way to send extra params on header either on Authorization (adding it to the current apiKey and sending both of them, which I didn't achive) or at Parameters section of a concrete method?
Regards,
The text was updated successfully, but these errors were encountered: