reddift
reddift copied to clipboard
[PATCH] /api/v1/me/prefs does not work.
Comment
PREFS_VALIDATORS does not work...? code
Response
code = 400
{"fields": ["json"], "explanation": "unable to parse JSON data", "reason": "JSON_PARSE_ERROR"}
Curl
curl --header "Authorization: bearer<token> \
'https://oauth.reddit.com//api/v1/me/prefs' \
-X PATCH
-d "{\"clickgadget\":true}"