Skip to main content
Publishes an event agenda, marking it as complete and ready. Once published, the agenda’s isPublished field is set to true. Any subsequent modifications to the agenda will automatically set isPublished back to false.
string
required
The organization ID that owns the event
string
required
The event ID for which to publish the agenda

Request

The endpoint requires authentication via Bearer token and the user must have event management permissions for the organization.

Response

boolean
Indicates whether the request was successful
string
Human-readable message describing the result
object
Contains the updated agenda object

Error Responses

object
Agenda not found
object
Cannot publish empty agenda

Example

Notes

  • The agenda must have at least one item before it can be published
  • Publishing an agenda sets isPublished: true and marks it as ready for public viewing
  • Any modifications to agenda items (create, update, delete) will automatically reset isPublished to false
  • This endpoint is used in the Event Dashboard’s Agenda Builder to explicitly mark the agenda as complete