updateRsvp( )


Updates RSVP.

Each time the RSVP is updated, revision increments by 1. The existing revision must be included when updating the RSVP. This ensures you're working with the latest RSVP and prevents unintended overwrites.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

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

RSVP ID.


rsvpUpdateRsvpRequired

optionsUpdateRsvpOptions
Returns
Return Type:Promise<Rsvp>
Errors
400Invalid Argument

There are 4 errors with this status code:

428Failed Precondition

There are 4 errors with this status code:

See the entire list and learn more about Wix errors.

Did this help?