Skip to content

Commit 504fd8c

Browse files
committed
added fields to validator
1 parent edcc992 commit 504fd8c

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
@@ -21,6 +21,8 @@ class SearchParamSchema(Schema):
2121
unique_id = fields.Str()
2222
raw = fields.Boolean()
2323
sg_method = fields.Str()
24+
repo = fields.Str()
25+
coll = fields.Str()
2426
vis_id = fields.Str(default=None)
2527
optradio = fields.Str()
2628
service = fields.Str()

0 commit comments

Comments
 (0)