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 Swagger documentation for the Put API, specifies a ValidationError. However I receive another json.
use the put API to update a tag, but forget to change the version number.
I expect to receive a Validation Error json and not {"detail":"next version must be equal to 2, was 1"}.
{"detail":"next version must be equal to 2, was 1"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
The Swagger documentation for the Put API, specifies a ValidationError. However I receive another json.
Steps to reproduce the behaviour:
use the put API to update a tag, but forget to change the version number.
Expected behaviour
I expect to receive a Validation Error json and not
{"detail":"next version must be equal to 2, was 1"}
.Part of
The text was updated successfully, but these errors were encountered: