Skip to content

Commit 0733c5d

Browse files
committed
hotfix param validation
1 parent bdbba54 commit 0733c5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

server/workers/api/src/apis/request_validators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class SearchParamSchema(Schema):
2626
service = fields.Str()
2727
embed = fields.Str()
2828
min_descsize = fields.Int()
29+
repo = fields.Str()
30+
coll = fields.Str()
2931

3032
@pre_load
3133
def fix_years(self, in_data, **kwargs):

0 commit comments

Comments
 (0)