You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user is revoking API key, all API calls with old key will stop working. Same API key may be in use for other APIs also, since the API key is per user per proxy, so if there's other API s in the same proxy, revoking API key will revoke API key for all APIs in that proxy.
When revoke API key is pushed, before any action should show the confirmation dialog for the user mentioning following localised text:
Revoking API key will stop calls with old API key to following APIS: . Are you sure you want to revoke API key?
The text was updated successfully, but these errors were encountered:
When user is revoking API key, all API calls with old key will stop working. Same API key may be in use for other APIs also, since the API key is per user per proxy, so if there's other API s in the same proxy, revoking API key will revoke API key for all APIs in that proxy.
When revoke API key is pushed, before any action should show the confirmation dialog for the user mentioning following localised text:
Revoking API key will stop calls with old API key to following APIS: . Are you sure you want to revoke API key?
The text was updated successfully, but these errors were encountered: