diff --git a/meilidb-http/src/routes/index.rs b/meilidb-http/src/routes/index.rs index 540900768..af29318e4 100644 --- a/meilidb-http/src/routes/index.rs +++ b/meilidb-http/src/routes/index.rs @@ -125,6 +125,7 @@ struct IndexCreateResponse { name: String, uid: String, schema: Option, + #[serde(skip_serializing_if = "Option::is_none")] update_id: Option, created_at: DateTime, updated_at: DateTime,