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
I'm trying to request API schema from Django REST framework. It will return different schemas depending on the authorization that is passed to the schema endpoint.
Expected Behavior
Hitting "Explore" should request API schema with provided credentials.
Current Behavior
No way to request API schema with "Authorization" header.
Any ideas on how to perform this?
The text was updated successfully, but these errors were encountered:
Description
I'm trying to request API schema from Django REST framework. It will return different schemas depending on the authorization that is passed to the schema endpoint.
Expected Behavior
Hitting "Explore" should request API schema with provided credentials.
Current Behavior
No way to request API schema with "Authorization" header.
Any ideas on how to perform this?
The text was updated successfully, but these errors were encountered: