-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Standardized Belgif problem type(s) for 409 Conflict #185
Comments
We should probably change to http code 412 for optimistic locking scenarios; there's still open issue #37 for that. |
Yes, that relates to the discussion on #114 (comment). |
409 Conflict may also be used for PUT operation when a resource can't be updated bc of business rules; similar to the above DELETE scenario. |
The Belgif REST Guidelines make various references to HTTP 409 Conflict:
But no standardized Belgif problem type is currently provided. It should probably use the InputValidationProblem model, so additional details can be returned in the issues property.
The text was updated successfully, but these errors were encountered: