summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-13 21:50:19 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-13 21:50:19 +0200
commit5b2f4395000c4182ace8bc3fc3c617af36345e59 (patch)
tree752a580bcad4268dc4a6f6854f17156cfa46feba /public
parent688bc063e548a5ef0c687ff94c2bd5d404fff408 (diff)
downloadwekan-5b2f4395000c4182ace8bc3fc3c617af36345e59.tar.gz
wekan-5b2f4395000c4182ace8bc3fc3c617af36345e59.tar.bz2
wekan-5b2f4395000c4182ace8bc3fc3c617af36345e59.zip
Update API docs.
Diffstat (limited to 'public')
-rw-r--r--public/api/wekan.html4
-rw-r--r--public/api/wekan.yml5
2 files changed, 5 insertions, 4 deletions
diff --git a/public/api/wekan.html b/public/api/wekan.html
index 9f19f7df..28684932 100644
--- a/public/api/wekan.html
+++ b/public/api/wekan.html
@@ -10041,7 +10041,7 @@ System.out.println(response.toString());
<td>body</td>
<td>string</td>
<td>false</td>
-<td>the assignee IDs list of the new card</td>
+<td>the array of maximum one ID of assignee of the new card</td>
</tr>
<tr>
<td>ยป title</td>
@@ -14335,7 +14335,7 @@ UserSecurity
<td>[string]|null</td>
<td>false</td>
<td>none</td>
-<td>who assignees of the card (user IDs)</td>
+<td>who is assignee of the card (user ID), maximum one ID of assignee in array.</td>
</tr>
<tr>
<td>receivedAt</td>
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index b56d8140..504e3f78 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