mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
add the batches
This commit is contained in:
parent
8a2a1e4d27
commit
1dd33af8a3
7 changed files with 156 additions and 25 deletions
|
@ -17,7 +17,7 @@ use crate::extractors::sequential_extractor::SeqHandler;
|
|||
|
||||
#[derive(OpenApi)]
|
||||
#[openapi(
|
||||
paths(get_features),
|
||||
paths(get_features, patch_features),
|
||||
tags((
|
||||
name = "Experimental features",
|
||||
description = "The `/experimental-features` route allows you to activate or deactivate some of Meilisearch's experimental features.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue