features/module-name #14
@ -5,6 +5,6 @@ type HelloBodyRequest struct {
|
||||
}
|
||||
|
||||
type UpdateScopesRequest struct {
|
||||
Username string `json:"name"`
|
||||
Username string `json:"username"`
|
||||
Scopes []string `json:"scopes" validate:"required"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user