How to update a news item
Use this guide when you need to edit the content, tags, or images of an existing news item.
Request
Bash
curl -X POST "https://your-event-domain.com/api/v2/news/set" \
-H "Authorization: Bearer your_api_key_here" \
-F "event_id=7" \
-F "id=83" \
-F "title=Expo Opens — Updated Details" \
-F "text=Updated article body with the latest information."
Notes
-
Include only the fields you want to change
-
tagsis a full replacement — tags not included in the list will be removed