REST API Test Page
Operation
PUT
on
/setup/subscribe/notification/apple/{providerApplicationId}
Update an Apple device subscription
Produces
: application/json
Parameters
Name
Type
Value
Description
providerApplicationId
Path Variable
*
The provider application Id
(JSON)
Request Body
{ "device" : { "udid" : "a udid", "model" : "a model", "version" : "a version", "name" : "a push device name", "metadata" : "some metadata" }, "deviceToken" : "a device token", "userId" : "a user id", "oid" : "the apns subscriber json wrapper UUID", "badge" : false, "alert" : true, "sound" : false }
*
Json description of the device to update and the configuration wanted
Result
HTTP Status :