Mobile Push Notifications
App

Update app registration detail

1min
PUT
https://{base_url}/core/api/v1/notification-service/apps/{appId}

API for updating app registration detail:

ParameterDescriptionTypeValidation
nameApplication namestring
enableNotificationbooleandefault: true
accountConfig*
ㅤ↳androidmaxProperties: 1
ㅤㅤㅤ↳projectId*SDS key for the globally unique, user-assigned ID of the parent project for the app.string
ㅤㅤㅤ↳clientEmail*SDS key for firebase service account.string
ㅤㅤㅤ↳privateKey*SDS key for private key for firebase service account.string
*This is required. HTTP Status Code Summary
CodeDescription
200 - OKEverything worked as expected.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedNo valid API key provided.
403 - ForbiddenThe API key doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist.
Path Parameters
appId
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
Body Parameters
body
Description
Update configuration of registered app
name
enableNotification
accountConfig
Responses
200
OK
All Of
SuccessResponse +
error
request
*
data
All Of
object +
400
Error Occurred
error
*
request
*
401
Error Occurred
error
*
request
*
403
Error Occurred
error
*
request
*
404
Error Occurred
error
*
request
*
Curl
JS
Ruby
Python
Responses
200
400
401
403
404