route document add json

This commit is contained in:
mpostma 2020-12-23 16:12:37 +01:00
parent 1a38bfd31f
commit 02ef1d41d7
5 changed files with 71 additions and 13 deletions

View file

@ -14,7 +14,7 @@ pub mod synonym;
#[derive(Deserialize)]
pub struct IndexParam {
_index_uid: String,
index_uid: String,
}
#[derive(Serialize)]