reddift
reddift copied to clipboard
[PUT] Cannot test /api/v1/me/friends/ because it cannot attach "note" without Gold
Comment
Can not attach parameters when putting.
It succeeded when I put vacant JSON object, but it failed when the specified JSON object such as { "name": A valid, existing reddit username, "note": a string no longer than 300 characters}
.
Response
{"fields": ["note"], "explanation": "you must have an active reddit gold subscription to do that", "reason": "GOLD_REQUIRED"}