Specifying Values for Common Parameters
Closed this issue · 1 comments
SvenEV commented
Some parameters (e.g. for "Authorization" header) appear in multiple or even all operations of a Swagger document. There should be an area in the app that lists such common parameters and allows the user to specify arguments that are then used in all corresponding operations.
Open questions:
- What makes a parameter "common"? Existence in all operations or in >XX% of operations? Maybe every parameter can be assigned a "default"/"common" value and we just provide some suggestions.