Update some fields of an API clientAsk AIpatch https://clearpass-hostname/api/api-client/{client_id}Update some fields of an API clientPath Paramsclient_idstringrequiredURL parameter client_idBody Paramsaccess_lifetimestringLifetime of an OAuth2 access tokenaccess_token_lifetimestringrequiredSpecify the lifetime of an OAuth2 access tokenaccess_token_lifetime_unitsstringrequiredSpecify the lifetime of an OAuth2 access tokenauto_confirmint64Not supported at this timeclient_descriptionstringUse this field to store comments or notes about this API clientclient_idstringrequiredThe unique string identifying this API client. Use this value in the OAuth2 “client_id” parameterclient_publicbooleanPublic clients have no client secrettruefalseclient_refreshbooleanAn OAuth2 refresh token may be used to obtain an updated access token. Use grant_type=refresh_token for thistruefalseclient_secretstringUse this value in the OAuth2 “client_secret” parameter. NOTE: This value is encrypted when stored and cannot be retrieved.enabledbooleanEnable API clienttruefalseidstringrequiredThe unique string identifying this API client. Use this value in the OAuth2 “client_id” parametergrant_typesstringOnly the selected authentication method will be permitted for use with this client IDprofile_idint64The operator profile applies role-based access control to authorized OAuth2 clients. This determines what API objects and methods are available for useprofile_namestringName of operator profileredirect_uristringNot supported at this timerefresh_lifetimestringLifetime of an OAuth2 refresh tokenrefresh_token_lifetimestringrequiredSpecify the lifetime of an OAuth2 refresh tokenrefresh_token_lifetime_unitsstringrequiredSpecify the lifetime of an OAuth2 refresh tokenscopestringNot supported at this timeuser_idstringNot supported at this timeResponses 200OK 204No Content 304Not Modified 400Client Error 401Unauthorized 403Forbidden 404Not Found 406Not Acceptable 415Unsupported Media Type 422Unprocessable EntityUpdated over 4 years ago