mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix errors on http parameter naming
This commit is contained in:
parent
179969a9e2
commit
b06e33f3d3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ impl RequestExt for Request<Data> {
|
|||
|
||||
fn document_id(&self) -> SResult<String> {
|
||||
let name = self
|
||||
.param::<String>("documentId")
|
||||
.param::<String>("document_id")
|
||||
.map_err(|_| ResponseError::bad_parameter("documentId", "primaryKey"))?;
|
||||
|
||||
Ok(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue