v1

latestOpenAPI 3.1.02026-08-0624411242.2 KB
Events

Bulk edit/modify events.

Edit the basic info and booking guidelines in bulk for events.

post/v2/events/bulk-edit

Request body

updateAsyncboolean

Whether to update the events asynchronously or not.

Response

OK

Example response

{
  "updateEventsResponse": [
    {
      "id": "56789012",
      "status": "SUCCESS",
      "message": "Updated successfully"
    }
  ]
}