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 has been archived by the owner on Feb 23, 2022. It is now read-only.
Prerequisite functionality for multinet-app/multinet-client#107
This would be a pair of endpoints that would look something like:
GET /api/workspaces/{workspace}/permissions
PUT /api/workspaces/{workspace}/permissions
The data model for each of these would contain a list of users, and their permission on the workspace. Something like:
The workflow for modifying the permissions of a workspace would be as follows:
PUT
to set the new permissionsThis would obviously be gated behind the
owner
role on a workspace.The text was updated successfully, but these errors were encountered: