API:PUT /user
Resource URL
This API call lets you update several fields on your user profile. At this time, name and email cannot be updated. New fields will be added here as the beta is developed.
https://api.sofurrybeta.com/user
Request
PUT /user X-SoFurry-Token: 1:f23f4c181cc8b73a6b4b5d14b45ce79b { "bio": "Black and purple lizard" # String, Max 16384 characters }
Response: Success
HTTP 200 { "result": true, "message": "Profile updated!" }
Profile updates will reflect immediately.