Skip to content
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

API - Queries - Creating query with existing name results in 500 error #11

Closed
hudecsamuel opened this issue Apr 14, 2016 · 1 comment
Closed
Labels

Comments

@hudecsamuel
Copy link

So today I accidentaly stumbled on 500 error while I was trying to replicate query with regular expression that i created in mergado UI (not the interesting part)

Here is how it looks if i get it from api:
screenshot from 2016-04-14 10 42 47

I accidentaly tried to create rule with the same name (the detection is apparently case insensitive), and that resulted in 500 Internal server error:
screenshot from 2016-04-14 10 35 34

This should be 409 Conflict error if I'm correct.

@paveldedik
Copy link
Contributor

Yes, you are right, this request should result in 409 Conflict. It will be fixed in release 0.1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants