Skip to content

Commit

Permalink
bump API version for user add tenant roles (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacianx authored Nov 23, 2024
1 parent 0170f56 commit 05e8aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/management/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
updatePicture: '/v1/mgmt/user/update/picture',
updateCustomAttribute: '/v1/mgmt/user/update/customAttribute',
setRole: '/v1/mgmt/user/update/role/set',
addRole: '/v1/mgmt/user/update/role/add',
addRole: '/v2/mgmt/user/update/role/add',
removeRole: '/v1/mgmt/user/update/role/remove',
setSSOApps: '/v1/mgmt/user/update/ssoapp/set',
addSSOApps: '/v1/mgmt/user/update/ssoapp/add',
Expand Down

0 comments on commit 05e8aa8

Please sign in to comment.