Update an APNs push configuration
PUT {{baseUrl}}/v3/applications/push/apns/:provider_id
Update an APNs push configuration
Updates a specific APNs (Apple Push Notification service) push configuration for your client app. You can also register the configurations in your dashboard under Settings > Application > Notifications.
Note: If your HTTP request body contains a .p12 certificate file to upload to Sendbird server, you should send a Multipart request .
https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-update-an-apns-push-configuration
Request Body
{"provider_id"=>"<string>", "apns_cert"=>"<binary>", "apns_cert_env_type"=>"<string>", "apns_cert_password"=>"<string>", "has_unread_count_badge"=>"<boolean>", "content_available"=>"<boolean>", "mutable_content"=>"<boolean>", "push_sound"=>"<string>", "apns_type"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"push_configurations":"\u003cstring\u003e"}