Skip to content

Commit c5f8604

Browse files
committed
fix
1 parent 12436dc commit c5f8604

File tree

1 file changed

+1
-1
lines changed
  • catalyst-gateway/bin/src/service/api/documents/post_document_index_query/v2

1 file changed

+1
-1
lines changed

catalyst-gateway/bin/src/service/api/documents/post_document_index_query/v2/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl Example for DocumentIndexQueryFilterV2 {
110110
doc_ref: Some(Example::example()),
111111
template: Some(Example::example()),
112112
reply: Some(Example::example()),
113-
..Default::default()
113+
parameters: Some(Example::example()),
114114
}
115115
}
116116
}

0 commit comments

Comments
 (0)