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
Currently the ingestor expect code 403 if the dataset does not exist when checking before creation. The correct code is http status 404 (Not found).
It needs to be fixed in the following to locations:
scicat-ingestor/src/scicat_communication.py
Line 139 in db045cb
Line 182 in db045cb
The text was updated successfully, but these errors were encountered:
@nitrosx can it be fixed to be 204 No Content or something more specific?
204 No Content
Sorry, something went wrong.
YooSunYoung
Successfully merging a pull request may close this issue.
Currently the ingestor expect code 403 if the dataset does not exist when checking before creation.
The correct code is http status 404 (Not found).
It needs to be fixed in the following to locations:
scicat-ingestor/src/scicat_communication.py
Line 139 in db045cb
scicat-ingestor/src/scicat_communication.py
Line 182 in db045cb
The text was updated successfully, but these errors were encountered: