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
Right now there is only an automatically generated endpoint for invitation creation that creates a single invitation at once. Inviting many guests needs many calls to that endpoint which is inefficient and might even lock users out for some time due to rate limiting. There should be a new function that expects an array of contact ids to be invited and which tries to create an invitation for all of the given contact ids at once.
Right now there is only an automatically generated endpoint for invitation creation that creates a single invitation at once. Inviting many guests needs many calls to that endpoint which is inefficient and might even lock users out for some time due to rate limiting. There should be a new function that expects an array of contact ids to be invited and which tries to create an invitation for all of the given contact ids at once.
Frontend issue:
The text was updated successfully, but these errors were encountered: