Skip to main content
POST
/
event-tags
/
set
[
  {
    "id": "<string>",
    "code": "<string>",
    "name": "<string>",
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deleted": true,
    "deletedAt": "2023-11-07T05:31:56Z"
  }
]

Body

application/json · object[]

Array of event tags to set

code
string
required

The code of the event tag, a unique identifier

name
string
required

The name of the event tag

description
string
required

The description of the event tag

Response

Event tags set successfully

id
string
required

The id of the event tag

code
string
required

The code of the event tag, a unique identifier

name
string
required

The name of the event tag

description
string
required

The description of the event tag

createdAt
string<date-time>
required

The date and time the event tag was created

updatedAt
string<date-time>
required

The date and time the event tag was updated

deleted
boolean
required

Whether the event tag is deleted

deletedAt
string<date-time>
required

The date and time the event tag was deleted