Skip to content

Commit 5564591

Browse files
authored
Merge pull request #66 from topcoder-platform/group-roles
changing to kabob-case to comply with standards
2 parents 29aec38 + 1d413a2 commit 5564591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ paths:
417417
500:
418418
$ref: "#/components/responses/InternalServerError"
419419

420-
/groupRoles/users/{memberId}:
420+
/group-roles/users/{memberId}:
421421
get:
422422
description: |
423423
Returns the groups and roles of the user identified by memberId.

src/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module.exports = {
146146
scopes: ['read:groups']
147147
}
148148
},
149-
'/groupRoles/users/:userId': {
149+
'/group-roles/users/:userId': {
150150
get: {
151151
controller: 'GroupRoleController',
152152
method: 'getGroupRoles',

0 commit comments

Comments
 (0)