isPublished field is set to true. Any subsequent modifications to the agenda will automatically set isPublished back to false.
The organization ID that owns the event
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
Indicates whether the request was successful
Human-readable message describing the result
Contains the updated agenda object
Error Responses
Agenda not found
Cannot publish empty agenda
Example
Notes
- The agenda must have at least one item before it can be published
- Publishing an agenda sets
isPublished: trueand marks it as ready for public viewing - Any modifications to agenda items (create, update, delete) will automatically reset
isPublishedtofalse - This endpoint is used in the Event Dashboard’s Agenda Builder to explicitly mark the agenda as complete