updateRsvp( )


Deprecated

This method is deprecated and was replaced with UpdateRsvp.

Updates an RSVP.

Method Declaration
Copy
Method Parameters
rsvpIdstringRequired

RSVP ID.


eventIdstringRequired

Event ID to which RSVP belongs.


optionsUpdateRsvpOptions

Optional fields.

Returns
Return Type:Promise<UpdateRsvpResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?