We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c66016 + 5564591 commit f578faeCopy full SHA for f578fae
docs/swagger.yml
@@ -417,7 +417,7 @@ paths:
417
500:
418
$ref: "#/components/responses/InternalServerError"
419
420
- /groupRoles/users/{memberId}:
+ /group-roles/users/{memberId}:
421
get:
422
description: |
423
Returns the groups and roles of the user identified by memberId.
src/routes.js
@@ -146,7 +146,7 @@ module.exports = {
146
scopes: ['read:groups']
147
}
148
},
149
- '/groupRoles/users/:userId': {
+ '/group-roles/users/:userId': {
150
get: {
151
controller: 'GroupRoleController',
152
method: 'getGroupRoles',
0 commit comments