We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UsersResource.merge method posts to the users/:user_id endpoint instead of posting to the users/:user_id/merge endpoint.
UsersResource.merge
users/:user_id
users/:user_id/merge
It looks like instead of calling userUrl it should be calling userMergeUrl.
userUrl
userMergeUrl
knock-java/src/main/java/app/knock/api/resources/UsersResource.java
Lines 188 to 195 in cb38ff4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
UsersResource.merge
method posts to theusers/:user_id
endpoint instead of posting to theusers/:user_id/merge
endpoint.It looks like instead of calling
userUrl
it should be callinguserMergeUrl
.knock-java/src/main/java/app/knock/api/resources/UsersResource.java
Lines 188 to 195 in cb38ff4
The text was updated successfully, but these errors were encountered: