Update Profile
POST https://mburger.cloud/api/profile/update
curl https://mburger.cloud/api/profile/update
-X POST
-H "Accept: application/json"
-H "Content-Type: application/x-www-form-urlencoded"
-H "X-MBurger-Token: <token>"
-H "X-MBurger-Version: 3"
-H "Authorization: Bearer <JWT>"
-d '<data>'
Parameters
Name
Type
Required
Description
name
string
Yes
The user name
surname
string
Yes
The user surname
data
JSON
No
JSON object/array that contains custom data
Parameters list is in the Register parameters table.
Last updated
Was this helpful?