API:PUT /user

From SoFurry
Revision as of 13:07, 25 April 2016 by Tetsudra (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.