Created
October 1, 2013 17:24
-
-
Save ricdex/6782040 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PUT /api/device_tokens/FE66489F304DC75B8D6E8200DFF8A456E8DAEACEC428B427E9518741C92C6660 HTTP/1.1 | |
| Authorization: Basic <application authorization string> | |
| Content-Type: application/json | |
| { | |
| "alias": "your_user_id", | |
| "tags": [ | |
| "tag1", | |
| "tag2" | |
| ], | |
| "badge": 2, | |
| "quiettime": { | |
| "start": "22:00", | |
| "end": "8:00" | |
| }, | |
| "tz": "America/Los_Angeles" | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://docs.urbanairship.com/reference/api/v3/registration.html