6. Sync tags

Synchronize the profile's tag

Request

Params

KeyValueDescription

is_local

true/false

false: cloud profiles,

true: local profiles

Body

{
    "tags": [
        "tag 1",
        "tag 2"
    ],
    "profile_uuid": "local-fb7c066c-1d15-4aa4-bf69-11ae1b137d1e"
}

Response

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

Last updated