Update your information

/me (POST)

Send a POST request to /me with user object which contains the details to be updated (Authorization required)

Example:

{
  "user": {
    "name": "Akio Orochi"
  }
}

On success

The response will be a 200 code and will bear a success message

Example:

{
  "code": 200,
  "message": "Updated"
}

Last updated

Was this helpful?