Skip to content

Commit

Permalink
bump API version for user add tenant roles
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacianx committed Nov 21, 2024
1 parent 29a36b2 commit 161a296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descope/api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ func (e *endpoints) ManagementUserSetRole() string {
}

func (e *endpoints) ManagementUserAddRole() string {
return path.Join(e.version, e.mgmt.userAddRole)
return path.Join(e.versionV2, e.mgmt.userAddRole)
}

func (e *endpoints) ManagementUserRemoveRole() string {
Expand Down

0 comments on commit 161a296

Please sign in to comment.