Our API allows 2 types of Authentication: Bearer and API Key.
Unless we are missing something, we can only choose 1 type of authentication.
The root folder should allow multiple auth types to be declared.
Each endpoint should allow to select 1 or more of these auth types. (maybe a multiselect?)
The generated docs should show what auth methods are available, and for each endpoint, which one(s) are accepted.
At the moment, it is very annoying testing each endpoint using different auth methods, as we have to go to root folder, change auth types then run the endpoint again.