Swagger: Fix response for the search users endpoint (#71272)

* Regenerate OpenAPI specs for fetching the latest changes

* Fix swagger annotations for search users API
This commit is contained in:
Sofia Papagiannaki
2023-07-13 11:35:03 +03:00
committed by GitHub
parent fd90737884
commit 32ff712e98
4 changed files with 6792 additions and 10 deletions

View File

@@ -627,13 +627,6 @@ type UpdateUserParams struct {
UserID int64 `json:"user_id"`
}
// swagger:response searchUsersResponse
type SearchUsersResponse struct {
// The response message
// in: body
Body user.SearchUserQueryResult `json:"body"`
}
// swagger:response userResponse
type UserResponse struct {
// The response message