Edit a registered mobile app. App Configuration details are masked and not displayed in response owing to security reasons.

PATCH {{baseUrl}}/mobileApps/:id

Request Body

{"name"=>"<string>", "android"=>{"fcmServerKey"=>"<string>"}, "ios"=>{"fcmServerKey"=>"<string>", "bundleId"=>"<string>", "apnsSslCertificate"=>"<string>", "apnsAppPrivateKey"=>"<string>", "production"=>false}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;04f92378-7vvt-6720-5j10-kk9976befc1a&quot;,&quot;type&quot;:&quot;iOS&quot;,&quot;name&quot;:&quot;Voith_Service_App&quot;,&quot;android&quot;:{&quot;fcmServerKey&quot;:&quot;XXXXXXXXXXXXXXXXXXXXXXXXX&quot;},&quot;ios&quot;:{&quot;fcmServerKey&quot;:&quot;XXXXXXXXXXXXXXXXXXXXXXXXX&quot;,&quot;bundleId&quot;:&quot;in eu&quot;,&quot;apnsSslCertificate&quot;:&quot;XXXXXXXXXXXXXXXXXXXXXXXXX&quot;,&quot;apnsAppPrivateKey&quot;:&quot;XXXXXXXXXXXXXXXXXXXXXXXXX&quot;,&quot;production&quot;:false}}