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 \
 --request POST 'https://blips.club/account/devices' \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'device_updates=0'