event_schedule_bookmark
POST /events/:eventID/schedule/:sessionID/bookmark — Bookmark / unbookmark a session
Add or remove a session from your personal agenda — this is the API equivalent of the bookmark/star icon on a session card in the DC app.
Requires a valid ticket for the event. Counter rsvpCount on the session doc is updated atomically and idempotently: repeating the same desired state does not increment or decrement the counter again.
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventID | Yes | Event ID | |
| sessionID | Yes | Session ID | |
| bookmarked | Yes | `true` to add to agenda, `false` to remove |