this request should have had the full username, and not just name...
This commit is contained in:
parent
d2aa1b99ce
commit
fc0140e5a4
@ -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