# Updates a client Endpoint: PUT /v1/clients/{clientId} Version: V1 Security: authorization_code_with_pkce, client_credentials ## Path parameters: - `clientId` (string, required) The client ID of the client to update. ## Request fields (application/json): - `name` (string, required) The updated display name of the client application. Example: "My Application" - `description` (string, required) Client description - `allowedGrantTypes` (array, required) Allowed grant types. I.e. "authorization_code", "client_credentials", "password", etc. - `redirectUris` (array, required) Allowed redirect uris - `allowedScopes` (array, required) Scopes that can be requested for this client ## Response 200 fields ## Response 401 fields ## Response 403 fields