From 62182a906e134b4038d7c930b3e6297e25b2cc3c Mon Sep 17 00:00:00 2001 From: Taslan Graham Date: Thu, 5 Dec 2024 19:53:59 -0500 Subject: [PATCH] pkp/pkp-lib#10650 Minor update to emailTemplate.json schema --- schemas/emailTemplate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/emailTemplate.json b/schemas/emailTemplate.json index d37f215abd9..074960ecbd7 100644 --- a/schemas/emailTemplate.json +++ b/schemas/emailTemplate.json @@ -76,7 +76,7 @@ }, "assignedUserGroupIds": { "type": "array", - "description": "IDs of the user groups that can access to this email template.", + "description": "IDs of the user groups that can access to this email template. Passing an empty array to this field when editing a template will remove all existing assigned user groups.", "apiSummary": true, "items": { "type": "integer"