From c9fb6c48b823a24e69b7b51576910f6086b85118 Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 13 Jan 2025 13:43:38 +0100 Subject: [PATCH] Update crates/meilisearch/src/routes/features.rs Co-authored-by: Louis Dureuil --- crates/meilisearch/src/routes/features.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/meilisearch/src/routes/features.rs b/crates/meilisearch/src/routes/features.rs index e0b8073e6..fe41ad9d9 100644 --- a/crates/meilisearch/src/routes/features.rs +++ b/crates/meilisearch/src/routes/features.rs @@ -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. #[utoipa::path( - post, + get, path = "", tag = "Experimental features", security(("Bearer" = ["experimental_features.get", "experimental_features.*", "*"])),