6. Sync tag

Synchronize the profile's tag

Request

MethodURL

PUT

http://127.0.0.1:5555/sync-tags

Body

{
    "tags": ["1212121","bbbb1"],
    "profile_uuid": "992c1053-4ed6-4018-8776-f91a0a8da77b"
}
  • profile_uuid: UUID of profile

  • tags: Profile tags are limited to 15 characters

Response

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

Last updated