Skip to main content

Add a tag to a chart

To add a tag, POST an empty body to this endpoint:

POST https://api-{region}.seatsio.net/charts/{chartKey}/tags/{tag}
Tip

Keep in mind that your tag needs to be URI encoded!

Example request

curl https://api-{region}.seatsio.net/charts/4250fffc-e41f-c7cb-986a-2c5e728b8c28/tags/tag1 \
-u aSecretKey: -X POST

Response

204 - No Content