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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
We need to let an event admin add and remove invitees from an event. Removing an invitee is done by deleting them from the system. This functionality needs to exist with auth. We will need the following routes:
POST /events/:id/relationships/invitees - create an invitee for the specified event
DELETE /invitees/:id - delete an invitee based on their id