Update an HMS push configuration
PUT {{baseUrl}}/v3/applications/push/hms/:provider_id
Update an HMS push configuration
Updates a specific HMS (Huawei Mobile Services) push configuration for your client app. You can also update the configurations in your dashboard under Settings > Application > Notifications.
https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-update-an-hms-push-configuration
Request Body
{"provider_id"=>"<string>", "huawei_app_id"=>"<string>", "huawei_app_secret"=>"<string>", "push_sound"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"push_configurations":"\u003cstring\u003e"}