Endpoint designer: support for multiple HTTP methods?

In endpoint designer, I have some endpoints that can be called w/ multiple HTTP methods, currently it seems I have to keep defining separate duplicate configs for header mutations that I want to do, one for GET w/ same path, another for PUT with same path.

Is there any support for just “*” or “ANY” request method? Or plan to support it?

Good point!

Right now it is not supported, but indeed nice to have.

Feel free to open feature request on GitHub.

Right now I can recommend you export your API definition, edit it in text editor, and upload it back to API designer.

done thx! Feature: support multiple HTTP methods in Endpoint Designer · Issue #954 · TykTechnologies/tyk · GitHub