Last updated
Last updated
To edit event details, such as name, location, description, visibility and more, you must use the event.edit
endpoint operation. Any edit will reflect the event pages right away and data that is not intrinsic to the event model can't be edited over here (like tools, forms, emails and others), they will be discussed on their own API model guide.
This endpoint allows you to edit one field at a time and it expects the following query attributes: tokenID
, eventID
and key
and the following body attribute: value
. Please see the example below.