How to update an event

How to update an event

Use this guide when you need to change an event's title, dates, venue, or location.


Request

Bash
curl -X POST "https://your-event-domain.com/api/v2/event/set" \
  -H "Authorization: Bearer your_api_key_here" \
  -F "event_id=123" \
  -F "title=Tech Summit 2030 — Updated" \
  -F "venue=Olympia London"

Notes

  • Include only the fields you want to change — all other fields remain as-is

  • The same date format applies: DD Mon YYYY HH:MM