From 3eff1b59468392a544d51031a41fcaa42dad128f Mon Sep 17 00:00:00 2001 From: Youssef Ramy <80947144+youssefframy@users.noreply.github.com> Date: Sat, 22 Mar 2025 10:49:07 +0200 Subject: [PATCH] Update README.md I have updated the param of listTemplates with the right attributes where it requires upper case letter to fetch templates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1d1f3..6ec067c 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Load a list of task templates that belong to a connect instance ```js const queryParams = {// required - status: 'active', //optional, string, can be either 'active' or 'inactive' + status: 'ACTIVE', //optional, string, can be either 'ACTIVE' or 'INACTIVE' maxResults: 50 //optional, number, max value of 100 };