mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Add the exportPuffinReports
option to the runtime features route
This commit is contained in:
parent
62dfd09dc6
commit
58db8d85ec
3 changed files with 26 additions and 3 deletions
|
@ -5,6 +5,7 @@ use serde::{Deserialize, Serialize};
|
|||
pub struct RuntimeTogglableFeatures {
|
||||
pub score_details: bool,
|
||||
pub vector_store: bool,
|
||||
pub export_puffin_reports: bool,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, Clone, Copy)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue