Central Custom Middleware

Hello there,

I want to use Custom Middleware but I have too many APIs. It is quite difficult to define this in all API definition files, is there a simple way to do this? Currently, I have only 82 services and it is increasing day by day.

Thank you.

Hi,

I’m afraid that custom middleware is configured in the API definition and not globally.

But I’ve found jq very handy when doing bulk updates to API definitions in the past.

Cheers,
Pete

Hi Pete,

Jq seems to work. Thanks for the referral.