You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl -X PUT http://localhost:9240/document/myapp/123456/myfile.txt
{"status":400,"description":"Invalid parameter file"}
$ curl -X PUT http://localhost:9240/document/myapp/123456/myfile.txt
{"status":409,"description":"A document with this doc_id already exists"}
Expected
ID not being taken
Actual
ID taken
The text was updated successfully, but these errors were encountered:
However, we cannot rely on the raised error to decide whether if a file should be deleted, because you may have a temporary 500 error, and we don't want that a create deletes a file
We should understand how to do this, at the moment I will consider this a limitation of Colore
How to replicate
Expected
ID not being taken
Actual
ID taken
The text was updated successfully, but these errors were encountered: