Skip to content

Commit

Permalink
Fix currentUserItemRoles pipeline step call name documentation (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored May 13, 2024
2 parents d344bee + 80909ce commit 6701c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ precedence over the user that is configured via `Authorize Project`.
The step `currentUserGlobalRoles` will return all global roles of the user.

#### currentUserItemRoles
The step `currentUserGlobalRoles` will return the item roles of the user. By default, it returns only those roles that
The step `currentUserItemRoles` will return the item roles of the user. By default, it returns only those roles that
match the currently building pipeline. The parameter `showAllRoles` will return all item roles of the user.

### Rest API
Expand Down

0 comments on commit 6701c5e

Please sign in to comment.