Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Gaudreault <[email protected]>
  • Loading branch information
agaudreault committed Oct 16, 2024
1 parent 84b77f4 commit 5ba7002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type CreateAccessRequestInput struct {

// CreateAccessRequestBody defines the create access response body.
type CreateAccessRequestBody struct {
RoleName string `json:"roleName" example:"custom-role-template" doc:"The role name to request."`
RoleName string `json:"roleName" example:"custom-role-template" doc:"The role template name to request."`
}

// CreateAccessRequestResponse defines the create access response.
Expand Down

0 comments on commit 5ba7002

Please sign in to comment.