Skip to content

Filter inline paramatersΒ #2711

@tombeckenham

Description

@tombeckenham

Description

I'd like to be able to filter out header params that are included inline on multiple endpoints.

Here's why:

  1. We have a backend server that communicates with an auth server.
  2. The backend server takes a user identifier and api key
  3. 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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions