Skip to content

Commit

Permalink
chore(pkg/api): set optional parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Jeronimo Irazabal <[email protected]>
  • Loading branch information
jeroiraz committed Oct 13, 2023
1 parent b5c6917 commit 6db5bcb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/api/proto/documents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ message SearchDocumentsRequest {
"searchId",
"query",
"page",
"pageSize",
"keepOpen"
"pageSize"
]
}
};
Expand All @@ -350,9 +349,7 @@ message Query {
json_schema: {
required: [
"collectionName",
"expressions",
"orderBy",
"limit"
"expressions"
]
}
};
Expand Down

0 comments on commit 6db5bcb

Please sign in to comment.