-
-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
feature πNew feature or requestNew feature or request
Description
Description
I'd like to be able to filter out header params that are included inline on multiple endpoints.
Here's why:
- We have a backend server that communicates with an auth server.
- The backend server takes a user identifier and api key
- The auth server proxies the api calls (it's a legacy setup)
We want to codegen the frontend api connection through the auth server. However all of the user identifier keys are included as inline parameters.
The current parameter filter only works with parameters that are referenced not inline.
Metadata
Metadata
Assignees
Labels
feature πNew feature or requestNew feature or request