Update client information.

PUT {{baseUrl}}/register/:client_id

Updates clients information.

Request Body

{"client_id"=>"<string>", "jwks"=>{"keys"=>[{"e"=>"<string>", "n"=>"<string>", "kty"=>"<string>", "kid"=>"<string>"}, {"e"=>"<string>", "n"=>"<string>", "kty"=>"<string>", "kid"=>"<string>"}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;client_id&quot;:&quot;0b2d1cde-cc76-11e7-abc4-cec278b6b50a&quot;,&quot;registration_client_uri&quot;:&quot;https://southgate.eu-central.mindsphere.io/api/agentmanagement/v3/register/0b2d1cde-cc76-11e7-abc4-cec278b6b50a&quot;,&quot;registration_access_token&quot;:&quot;eyJh...&quot;,&quot;client_secret&quot;:&quot;ea sint&quot;,&quot;client_secret_expires_at&quot;:1511020133,&quot;grant_types&quot;:[&quot;NATIVE_CA_CERTIFIED_X509&quot;,&quot;SHARED_SECRET&quot;],&quot;token_endpoint_auth_method&quot;:&quot;client_secret_jwt&quot;}