Current User
Update User Profile
PUT
/
me
/
profile
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
color_scheme
enum<string>
requiredAvailable options:
auto
, light
, dark
name
string
requiredsettings
object
requiredsurname
string
requiredlanguage
string
Response
200 - application/json
profile
object
Was this page helpful?