4. Update note

Update note of profile

Request

Method
URL

PUT

Params

Key
Value
Description

is_local

true/false

false: Update cloud profiles, true: Update local profiles

Body

{
    "note": "hh",   //nhập note
    "profile_uuid": "734c1206-857d-4a13-85d1-f277e38a7cf3"
}

Response

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

Last updated