You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/key.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -656,6 +656,9 @@ pub enum Action {
656
656
/// Provides access to everything.
657
657
#[serde(rename = "*")]
658
658
All,
659
+
/// Provides access to the `/chatCompletions` endpoint, since Meilisearch 1.15.1.
660
+
#[serde(rename = "chatCompletions")]
661
+
ChatCompletions,
659
662
/// Provides access to both [`POST`](https://www.meilisearch.com/docs/reference/api/search#search-in-an-index-with-post-route) and [`GET`](https://www.meilisearch.com/docs/reference/api/search#search-in-an-index-with-get-route) search endpoints on authorized indexes.
0 commit comments