Skip to content

Commit b58c793

Browse files
authored
Update message_handler_validator.go
1 parent b31d260 commit b58c793

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/pkg/validators/message_handler_validator.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ func (validator MessageHandlerValidator) ValidateMessageSearch(ctx context.Conte
258258
"query": []string{
259259
"max:20",
260260
},
261+
"token": []string{
262+
"required"
263+
},
261264
},
262265
})
263266

0 commit comments

Comments
 (0)