Hi ,
can i use built-in services to Deactivating an API in API Gateway?
thanks
Is there any specific reason to perform using built in service ?It might impact your design .
yes, try the below
curl --location --request PUT âlocalhost:5555/rest/apigateway/apis/1d1fa6f0-fe06-4351-99a5-e9941892b382/deactivateâ \
âheader âAccept: application/jsonâ \
âheader âAuthorization: Basic QWRtaW5pc3RyYXRvcjptYW5hZ2U=â
â{apigatewayIPandPort}/rest/apigateway/apis/{apiid}/deactivateâ \
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.