typesense-api-spec
typesense-api-spec copied to clipboard
Contains the API specs for the Typesense HTTP API
From https://typesense.org/docs/28.0/api/#what-s-new: > Support `validate_field_names` parameter to disable field name validation in faceting, filtering and grouping operations. However, this field is not present anywhere in https://github.com/typesense/typesense-api-spec/blob/09eefc06ef45edd777b63f16d3714a8ae85d12db/openapi.yml
## 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...
## Change Summary Changed override tag to curation in one of the endpoints to group it with the other curation/override endpoints. Also removed documents tags from all overrides to not...
## Change Summary The collection update endpoint only requires that at least one property is present - "fields" is not strictly required (e.g. when doing metadata updates). https://github.com/typesense/typesense/blob/1c5804194175210b3fbdd4972ba3cff2bbdf85cf/src/core_api.cpp#L301-L367 ## PR...