diff --git a/public/api/wekan.html b/public/api/wekan.html index 9f19f7df3..286849326 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -10041,7 +10041,7 @@ System.out.println(response.toString()); body string false -the assignee IDs list of the new card +the array of maximum one ID of assignee of the new card ยป title @@ -14335,7 +14335,7 @@ UserSecurity [string]|null false none -who assignees of the card (user IDs) +who is assignee of the card (user ID), maximum one ID of assignee in array. receivedAt diff --git a/public/api/wekan.yml b/public/api/wekan.yml index b56d81401..504e3f78a 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1276,7 +1276,7 @@ paths: - name: assignees in: formData description: | - the assignee IDs list of the new card + the array of maximum one ID of assignee of the new card type: string required: false - name: title @@ -2367,7 +2367,8 @@ definitions: x-nullable: true assignees: description: | - who assignees of the card (user IDs) + who is assignee of the card (user ID), + maximum one ID of assignee in array. type: array items: type: string