From f553f6925c5231fca010f3a099ed5b43cd3f30be Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Tue, 11 Feb 2025 11:16:36 +0100 Subject: [PATCH 1/2] fix: lowercase tag was previously missed --- specs/composition-full/paths/search/searchForFacetValues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/composition-full/paths/search/searchForFacetValues.yml b/specs/composition-full/paths/search/searchForFacetValues.yml index 191d2ffc8b7..9724810108d 100644 --- a/specs/composition-full/paths/search/searchForFacetValues.yml +++ b/specs/composition-full/paths/search/searchForFacetValues.yml @@ -1,6 +1,6 @@ post: tags: - - Search + - search operationId: searchForFacetValues x-use-read-transporter: true x-cacheable: true From 2f1a0025bb601e59bbcc255143d1d346421e37c1 Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Tue, 11 Feb 2025 11:16:59 +0100 Subject: [PATCH 2/2] chore: update composition API description --- specs/composition/spec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specs/composition/spec.yml b/specs/composition/spec.yml index 40470570241..459eee13f41 100644 --- a/specs/composition/spec.yml +++ b/specs/composition/spec.yml @@ -2,12 +2,11 @@ openapi: 3.0.2 info: title: Composition API (beta) description: | - The Algolia Composition API lets you run search requests on your Compositions. + The Algolia Composition API lets you run composed search requests on your Compositions. The Composition API is in Beta. ## Client libraries Use Algolia's API clients and libraries to reliably integrate Algolia's APIs with your apps. - The official API clients are covered by Algolia's [Service Level Agreement](https://www.algolia.com/policies/sla/). See: [Algolia's ecosystem](https://www.algolia.com/doc/guides/getting-started/how-algolia-works/in-depth/ecosystem/)