Set device updates preference (this one is a bit unclear)

POST /account/devices
application/x-www-form-urlencoded

Body Required

  • device_updates integer

    Either 2 or 0

    Values are 0 or 2.

Responses

  • 200

    Device updates preference updated successfully

POST /account/devices
curl \
 -X POST https://blips.club/account/devices \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -d 'device_updates=0'
Request example
{
  "device_updates": 0
}