Browse Source

Adapt target URL for api extensions to the new format

master
harture 7 years ago
parent
commit
cf331b0198
  1. 2
      users.go

2
users.go

@ -13,7 +13,7 @@ const (
userIDPath = userPath + "/:id"
resetPasswordPath = userIDPath + "/reset-password"
sendVerifyEmailPath = userIDPath + "/send-verify-email"
getCredentialsForUserPath = "/auth/realms/:realmReq/api/realms/:realm/users/:id/credentials"
getCredentialsForUserPath = "/auth/realms/:realmReq/api/admin/realms/:realm/users/:id/credentials"
deleteCredentialsForUserPath = getCredentialsForUserPath + "/:credid"
)

Loading…
Cancel
Save