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
{{ message }}
This repository has been archived by the owner on May 3, 2023. It is now read-only.
That brings up the multiple questions: Is the openapi definition still maintained and if yes, how do you make sure, that he definition is always up to date? Anyway I think that the openapi definition should be updated or marked as outdated as it is potentially misleading for new developers.
edit: I found more issues in the schema. Your endpoints for /api/v1/quicktest/results returns no body and no content type as per 204 No Content status code. However the schema specifies a JSON response.
The text was updated successfully, but these errors were encountered:
The QuickTestResultList model has an
labId
field which is also used in examples.However it is missing in the latest quicktest-openapi definition.
That brings up the multiple questions: Is the openapi definition still maintained and if yes, how do you make sure, that he definition is always up to date? Anyway I think that the openapi definition should be updated or marked as outdated as it is potentially misleading for new developers.
edit: I found more issues in the schema. Your endpoints for
/api/v1/quicktest/results
returns no body and no content type as per 204 No Content status code. However the schema specifies a JSON response.The text was updated successfully, but these errors were encountered: