Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Information for push notification network setting
Response
Push notification configuration
curl --request PUT \
--url https://apix.us.amity.co/api/v3/network-settings/push-notification \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"iOSMutableContent": true,
"notifyWhenLiveStart": true
}'{
"iOSMutableContent": true,
"notifyWhenLiveStart": true
}Update push notification settings for iOS mutable content and live streaming notifications.
curl --request PUT \
--url https://apix.us.amity.co/api/v3/network-settings/push-notification \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"iOSMutableContent": true,
"notifyWhenLiveStart": true
}'{
"iOSMutableContent": true,
"notifyWhenLiveStart": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Information for push notification network setting
Push notification configuration