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
REMOVE API: GET /api/users/:userId/groups/:groupId/topics, which is replaced by GET /api/users/:userId/groups/:groupId/members/topics
REMOVE API ROUTE: GET/POST /api/users/:userId/groups/:groupId/members which is replaced by /api/users/:userId/groups/:groupId/members/users
REMOVE API ROUTE: PUT/DELETE /api/users/:userId/groups/:groupId/members/:userId which is replaced by /api/users/:userId/groups/:groupId/members/users/:userId
The text was updated successfully, but these errors were encountered:
TODO
NOTE: Verify usage against application logs!
GET /api/users/:userId/groups/:groupId/topics
, which is replaced byGET /api/users/:userId/groups/:groupId/members/topics
GET/POST /api/users/:userId/groups/:groupId/members
which is replaced by/api/users/:userId/groups/:groupId/members/users
PUT/DELETE /api/users/:userId/groups/:groupId/members/:userId
which is replaced by/api/users/:userId/groups/:groupId/members/users/:userId
The text was updated successfully, but these errors were encountered: