Skip to content

Commit

Permalink
fix remove tenant roles (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafshen committed Apr 25, 2024
1 parent 34882ab commit 681f126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/management-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.descope</groupId>
<artifactId>java-sdk</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.descope</groupId>
<artifactId>java-sdk</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>1.0.20</version>
<version>1.0.21</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Java library used to integrate with Descope.</description>
<url>https://github.com/descope/descope-java</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ private URI composeAddTenantRolesUri() {
}

private URI composeRemoveTenantRolesUri() {
return getUri(USER_REMOVE_TENANT_LINK);
return getUri(USER_REMOVE_ROLES_LINK);
}

private URI composeGetProviderTokenUri(Map<String, String> params) {
Expand Down

0 comments on commit 681f126

Please sign in to comment.