event_meetup_rsvp
POST /events/:eventID/meetups/:meetupID/rsvp — RSVP to / leave a meetup
Join or leave a meetup. Requires a valid ticket for the event. The meetup's rsvpCount is updated atomically and idempotently.
When the meetup has a linked chat channel, this mirrors the DC app side effects too: joining subscribes you to the meetup chat and leaving removes you from it.
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| joined | Yes | `true` to join, `false` to leave | |
| eventID | Yes | Event ID | |
| meetupID | Yes | Meetup ID |