From 80909cecd08d8d73af8925b30c52d7bf4b7332b5 Mon Sep 17 00:00:00 2001 From: LongKB Date: Mon, 13 May 2024 09:51:57 +0700 Subject: [PATCH] Fix pipeline call name This PR aims to fix pipeline script call name for Item roles in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4b6467..c657066a 100644 --- a/README.md +++ b/README.md @@ -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