Skip to content

Commit

Permalink
Fix pipeline call name
Browse files Browse the repository at this point in the history
This PR aims to fix pipeline script call name for Item roles in
README
  • Loading branch information
LongKB committed May 13, 2024
1 parent d344bee commit 80909ce
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 80909ce

Please sign in to comment.