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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"client_id":"0b2d1cde-cc76-11e7-abc4-cec278b6b50a","registration_client_uri":"https://southgate.eu-central.mindsphere.io/api/agentmanagement/v3/register/0b2d1cde-cc76-11e7-abc4-cec278b6b50a","registration_access_token":"eyJh...","client_secret":"ea sint","client_secret_expires_at":1511020133,"grant_types":["NATIVE_CA_CERTIFIED_X509","SHARED_SECRET"],"token_endpoint_auth_method":"client_secret_jwt"}