You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /rsvp/:USERID/ : check RSVP status for certain USERID, elevated perms only
GET /rsvp/ : get RSVP status of caller based on JWT token
POST /rsvp/ : create a new rsvp of caller based on JWT token
PUT /rsvp/ : update RSVP of caller based on JWT token
FOR EXAMPLES, look at
GET /user/:USERID (elevated perms)
vs.
GET /user (anyone)
and
GET /user/qr/:USERID (elevated perms)
vs.
GET /user/qr (anyone)
The text was updated successfully, but these errors were encountered: