v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Events

Add event tag

post/events/addTag/{eventId}/{tagId}/local:{local}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the event

tagIdstring required
Example:12345

Numeric ID of the attribute

localboolean required

Whether the object should be attached locally or not to the target

Response

Add event tag response

savedboolean

true if the tag was successfully added, false if it failed

successstring nullable

Present if the tag was successfully added

check_publishboolean nullable
errorsstring nullable

Example response

{
  "success": "Tag added.",
  "errors": "Tag could not be added."
}