typesense-api-spec icon indicating copy to clipboard operation
typesense-api-spec copied to clipboard

Add 4XX descriptions for the following resources

Open jaeyson opened this issue 1 year ago • 0 comments

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:

  • GET and DELETE for /conversations/models/{modelId}:
  • GET for /collections/{collectionName}/overrides:
  • GET for /collections/{collectionName}/overrides/{overrideId}:
  • DELETE for /collections/{collectionName}/documents:
  • POST for /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

jaeyson avatar Dec 10 '24 22:12 jaeyson