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 text was updated successfully, but these errors were encountered:
It looks like i can create schemas with the same name and config over and over without receiving a 409 from the server
Sorry, something went wrong.
If we send a POST to http://localhost:9000/schemas we can create schemas with the same config and name as an existing schema and return a 200
http://localhost:9000/schemas
However if we send a POST to http://localhost:9000/schemas?override=false&force=false we will receive the 409
http://localhost:9000/schemas?override=false&force=false
azaurus1
When branches are created from issues, their pull requests are automatically linked.
The text was updated successfully, but these errors were encountered: