Skip to content

Instantly share code, notes, and snippets.

@ricdex
Created October 1, 2013 17:24
Show Gist options
  • Select an option

  • Save ricdex/6782040 to your computer and use it in GitHub Desktop.

Select an option

Save ricdex/6782040 to your computer and use it in GitHub Desktop.
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"
}
@ricdex
Copy link
Author

ricdex commented Oct 1, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment