List bulletins
bulletins.read
Example
Response
data — array of bulletins:
Create a bulletin
bulletins.write
Body
Create takes
dayId (camelCase, not day_id or tour_id); the tour is resolved from the day. See Field naming for the snake_case vs camelCase conventions across resources.data: { "bulletin_id": "a8e2…" }.
Update a bulletin
bulletins.write
Path parameters
Body — all optional; send only what changes.
The
bulletinId is taken from the URL path — do not send it in the request body.data: none.
Delete a bulletin
bulletins.write
Path parameters
Response
data: none.
See also: Tours, Guest List.

