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
Implement the following filters to the /workspaces [get] endpoint:
shared_with_user
shared_with_user_id
shared_with_group
shared_with_group_id
An example for comparison is how we handle the owner filter. There’s also an owner_id filter which we set (and then clear the owner filter) before actually starting the db query.
Implement the following filters to the
/workspaces [get]endpoint:shared_with_usershared_with_user_idshared_with_groupshared_with_group_idAn example for comparison is how we handle the owner filter. There’s also an owner_id filter which we set (and then clear the owner filter) before actually starting the db query.
Note
The above is taken and restated from the RFC