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
Adds tests for:
* PUT /Users/<id> - add attributes
* PATCH /Users/<id> - disable user
* POST /Groups - create group
* GET /Groups/<id> - get group
* PUT /Groups/<id> - update group
* PATCH /Groups/<id> - update group users
* DELETE /Groups/<id> - delete group
0 commit comments