-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Currently, if you want to add multiple collaborators, you have to do so one at a time. A user requested the ability to do so for multiple users at a time.
However, adding this could be a little tricky. Note from the previous developer in the code:
Currently, the posts are per user, per permission. If its wanted that
lists can be passed, then open an issue. In my mind, it made more
sense that you can retrieve the correct errors in a request/response
cycle, rather than complicating the response with a mixture of success
and failures.
For example, if an admin tries to modify the access for a random person
without permissions, and the owner, the admin is not allowed to modify
the owner. This would be both a success 200, and a forbidden, 404, so
I do not think that makes sense. However, if there are strong arguments
for a list input and the backend handling it, then open an issue on the
repository.
Reactions are currently unavailable