# Creates a new secret for a client Endpoint: POST /v0/clients/{clientId}/secrets Version: 0 Security: authorization_code_with_pkce_0, client_credentials_0 ## Path parameters: - `clientId` (string, required) ## Request fields (application/json): - `value` (string, required) - `description` (string, required) ## 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