v13.4.0
This commit is contained in:
@@ -15,8 +15,8 @@ type GetMatchingUsernamesRequest struct {
|
||||
UsernameRegex string `url:"usernameregex" json:"usernameregex" validate:"required"`
|
||||
|
||||
// The number of usernames to return.
|
||||
// Required: true
|
||||
Limit uint64 `url:"limit" json:"limit" validate:"required"`
|
||||
// Required: false
|
||||
Limit uint64 `url:"limit,omitempty" json:"limit,omitempty"`
|
||||
}
|
||||
|
||||
// GetMatchingUsernames gets a list of the matching usernames for a given string.
|
||||
|
||||
Reference in New Issue
Block a user