typesense-api-spec
typesense-api-spec copied to clipboard
Add 4XX descriptions for the following resources
Change Summary
Hi! First off thank you for creating this great spec file. I'm using the open api spec for generating an API client.
Adding 4XX descriptions for the following:
GETandDELETEfor/conversations/models/{modelId}:GETfor/collections/{collectionName}/overrides:GETfor/collections/{collectionName}/overrides/{overrideId}:DELETEfor/collections/{collectionName}/documents:POSTfor/analytics/rules:
It helps me pass the unit tests, as it's missing in the current spec file. Is it possible to add this descriptions?
PR Checklist
- [x] I have read and signed the Contributor License Agreement.