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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"04f92378-7vvt-6720-5j10-kk9976befc1a","type":"iOS","name":"Voith_Service_App","android":{"fcmServerKey":"XXXXXXXXXXXXXXXXXXXXXXXXX"},"ios":{"fcmServerKey":"XXXXXXXXXXXXXXXXXXXXXXXXX","bundleId":"in eu","apnsSslCertificate":"XXXXXXXXXXXXXXXXXXXXXXXXX","apnsAppPrivateKey":"XXXXXXXXXXXXXXXXXXXXXXXXX","production":false}}