The endpoint performs a full replacement of the current collection of tags.
POST /api/v1/jackpot-tags
X-Third-Party-Authorization: Bearer <jwt-token>
| Field | Type | Required | Description |
|---|---|---|---|
tags |
string[] | Yes | List of tags. |
200[POST] <https://api.splash.tech/api/v1/jackpot-tags>
{
"tags": ["TAG_1", "TAG_2"]
}
Response will be empty with status code 200 if tags were created successfully