-
Notifications
You must be signed in to change notification settings - Fork 37
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
Discrepancy between discover_api.json and content.py in routes #111
Comments
Please see the attached documents. I can also provide a video via email link. Please email help@baobablims.org |
Thank you! |
There seems to be a problem when trying to update existing samples. A sample is first created using the following:
The uid from
However, the response returns an error, indicating that a SampleType was not given in the payload when updating the sample. However, as you can see, it was defined as Urine. This is the error: What is being done incorrectly here? |
The file
discover_api.json
contains three possible actions: create, update, and get. Is there an example of how the update API call can be made for a client or sample data? Also, thecontent.py
includes additional actions, such as delete. Is this endpoint still available? If yes, what as an example of of using this action? If not, how does one delete a client and any of their associated information?The text was updated successfully, but these errors were encountered: