Skip to content

Commit

Permalink
Update internal/backend/api.go
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
agaudreault and leoluz authored Oct 16, 2024
1 parent 84b77f4 commit 2c5a298
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 2c5a298

Please sign in to comment.