Difference between revisions of "API:PUT /user"

From SoFurry
Jump to: navigation, search
(Created page with "= 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...")
 
(No difference)

Latest revision as of 13:07, 25 April 2016

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.