4. Update note
Update note of profile
Request
Method
URL
PUT
http://127.0.0.1:5555/browser/update-note
Body
{
"profile_uuid": "992bd6f1-0a4c-40b2-88c0-d6ae54db7347",
"note": "Notes of a profile are recorded here!"
}
profile_uuid: UUID of profile
note: Content notes
Response
{
"type": "success",
"title": "Update successfully.",
"content": []
}
Last updated