# Updates a client Endpoint: PUT /v0/clients/{clientId} Version: 0 Security: authorization_code_with_pkce_0, client_credentials_0 ## Path parameters: - `clientId` (string, required) ## Request fields (application/json): - `name` (string, required) - `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 404 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 200 fields ## Response 400 fields