Update current user

POST {{baseUrl}}/api/user

Update user properties such as name. This function is only available through a JWT token.

Request Body

{"name"=>"<string>", "showImagine2022"=>"<boolean>", "experiments"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}