Skip to content

Commit

Permalink
correction on API paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoniam committed Jan 27, 2020
1 parent 4873197 commit 1a31485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
accountPath = "/auth/realms/:realm/account"
accountExtensionAPIPath = "/auth/realms/master/api/account/realms/:realm"
accountPasswordPath = accountExtensionAPIPath + "/credentials/password"
accountCredentialsPath = accountPath + "/credentials"
accountCredentialsPath = accountExtensionAPIPath + "/credentials"
accountCredentialsRegistratorsPath = accountCredentialsPath + "/registrators"
accountCredentialIDPath = accountCredentialsPath + "/:credentialID"
accountCredentialLabelPath = accountCredentialIDPath + "/label"
Expand Down

0 comments on commit 1a31485

Please sign in to comment.