+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Push Device Registration (PUT)

Updates an existing device registration for the push service.


Description

The push device registration is updated with the new user ID or the token specified. In most use cases this call is used to update the userId only.


Method

PUT


Path

/apps/applicationId/devices/deviceId


Example


Path Parameters


Header Parameters

Some header parameters are optional.


Consumes

application/json


Produces

application/json


Payload

The details of the device registration will be updated.


JSON Example


Payload Properties

The payload has the following properties:


Response

The details of the device registration that is updated.


JSON Example


Response Properties

The response has the following properties:


Errors

400

401

404

405

406

500

Parent topic: REST API for the MobileFirst Server push service