Global Params & Bulk Editing

Hello, I have an API where a lot of endpoints are using the same authentication headers.
I’d love to replace them with a global param so this becomes the default, but I don’t see a way to bulk-remove the old header.

Is there a way to do do this?

TL;DR:

  • endpoints all had x-auth header
  • global param introduced also called x-auth
  • both are now present, and I want to remove the former

You can export your project data in “Apidog format”, modify it to remove the old headers, then import it back.

Thanks a lot, i’ll try that