features/module-name #14

Merged
jtom38 merged 9 commits from features/module-name into main 2024-04-05 17:55:07 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fc0140e5a4 - Show all commits

View File

@ -5,6 +5,6 @@ type HelloBodyRequest struct {
}
type UpdateScopesRequest struct {
Username string `json:"name"`
Username string `json:"username"`
Scopes []string `json:"scopes" validate:"required"`
}