@@ -75,7 +75,8 @@ The authenticated REST API endpoints for events only deal with events created in
7575 "twitter_share_title": "Deliver the Petition to the Wizard",
7676 "web_share_api_share_message": "Check out this event in the Emerald City",
7777 "whatsapp_share_message": "I'm attending this event to deliver the petition. Join me!",
78- "share_by_email_body": "I'm attending this event and thought you might be interested. Will you join me?"
78+ "share_by_email_body": "I'm attending this event and thought you might be interested. Will you join me?",
79+ "disable_rsvp_form": false
7980 },
8081 ...
8182 ],
@@ -162,7 +163,8 @@ The response includes all the same data as the single-event endpoint for each ev
162163 "twitter_share_title": "Deliver the Petition to the Wizard",
163164 "web_share_api_share_message": "Check out this event in the Emerald City",
164165 "whatsapp_share_message": "I'm attending this event to deliver the petition. Join me!",
165- "share_by_email_body": "I'm attending this event and thought you might be interested. Will you join me?"
166+ "share_by_email_body": "I'm attending this event and thought you might be interested. Will you join me?",
167+ "disable_rsvp_form": false
166168 }
167169}
168170```
@@ -293,7 +295,8 @@ the event `slug` is `chapter-meeting-1`.
293295 "twitter_share_title": null,
294296 "web_share_api_share_message": null,
295297 "whatsapp_share_message": null,
296- "share_by_email_body": null
298+ "share_by_email_body": null,
299+ "disable_rsvp_form": null
297300 }
298301}
299302```
0 commit comments