These docs are for v2.0. Click to read the latest docs for v3.3.

Update an object

Change the values of an object. If there are some values which are not overwritten, these values will not be deleted.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -i -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: SESSION_ TOKEN" \
  -d '{"name": "Dubstep Mix", "duration": 180}' \
  -X PUT "https://api.thethings.io/v2/classes/me/Playlists/25" -k
Path Params
string
required
int32
required
Headers
string

SESSION_TOKEN

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json