updateRsvp( )


Updates an RSVP.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Events - all permissions
Manage Guest List
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
rsvpIdstringRequired

RSVP ID.


eventIdstringRequired

Event ID to which RSVP belongs.


optionsUpdateRsvpOptions

Optional fields.

Returns
Return Type:Promise<UpdateRsvpResponse>
Was this helpful?
Yes
No