Skip to content

chore: more composition API update for docs #4453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
post:
tags:
- Search
- search
operationId: searchForFacetValues
x-use-read-transporter: true
x-cacheable: true
Expand Down
3 changes: 1 addition & 2 deletions specs/composition/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down