Modify an API clientCopy Pageput https://{hostname}/config/{app_id}/clients/{client_id}Modifies permissions and settings for an API client.Path Paramsclient_idstringrequiredUnique identifier of the API client.app_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.Body ParamsCreates an API client.namestringName of the API client.ipWhitelistarray of stringsCIDR blocks allowed to interact with the client. If you don't configure ipWhitelist the value defaults to 0.0.0.0/0, which allows any IP address to interact with the client.ipWhitelistADD stringfeaturesarray of stringsFeatures assigned to the API client. Features determine the permissions and privileges assigned to the client.featuresAllowed:access_issuerdirect_accessdirect_access_readlogin_clientownerADD stringResponse 200Successful responseUpdated 2 months ago