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
I some circumstances is a record already exist, the WebAPI will return 412, in that situation we should send a correct HTTP operation.
Unexpected HTTP status code. Expected: [200 204], received: [412] 412 Precondition Failed | ***"error":***"code":"0x80040237","message":"A record with matching key values already exists."***
When receiving HTTP 412, we should send an update or send always an upsert.
Do you plan to raise a PR to address this issue? YES
The text was updated successfully, but these errors were encountered:
mawasile
Successfully merging a pull request may close this issue.
Describe the bug
I some circumstances is a record already exist, the WebAPI will return 412, in that situation we should send a correct HTTP operation.
Expected behavior
When receiving HTTP 412, we should send an update or send always an upsert.
Contribution
Do you plan to raise a PR to address this issue? YES
The text was updated successfully, but these errors were encountered: