mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-15 07:47:30 +01:00
Update crates/meilisearch/src/routes/features.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
0de34aa8fa
commit
c9fb6c48b8
@ -40,7 +40,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
|
|||||||
///
|
///
|
||||||
/// Get a list of all experimental features that can be activated via the /experimental-features route and whether or not they are currently activated.
|
/// Get a list of all experimental features that can be activated via the /experimental-features route and whether or not they are currently activated.
|
||||||
#[utoipa::path(
|
#[utoipa::path(
|
||||||
post,
|
get,
|
||||||
path = "",
|
path = "",
|
||||||
tag = "Experimental features",
|
tag = "Experimental features",
|
||||||
security(("Bearer" = ["experimental_features.get", "experimental_features.*", "*"])),
|
security(("Bearer" = ["experimental_features.get", "experimental_features.*", "*"])),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user