5. Update name

Update note of profile

Request

MethodURL

PUT

http://127.0.0.1:5555/browser/update-name

Body

{
   "profile_uuid": "992bd6f1-0a4c-40b2-88c0-d6ae54db7347",
   "data": "David James"
}
  • profile_uuid: UUID of profile

  • data: Name of profile

Response

{
    "type": "success",
    "title": "Update successfully.",
    "content": []
}

Last updated