Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-03-29 13:37:04 +0300
committerJulius Härtl <jus@bitgrid.net>2020-03-29 13:37:04 +0300
commit1781aaafb7b420ee04ae9eb89767c7b1116ff531 (patch)
treeffce2abb6db4eb81cc478b84b3d6d1aa4693abde /docs
parentfdfbcb6535e6082f859ee2a53db89e2da923e6cd (diff)
Allow to set duedate during card creation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/API.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/API.md b/docs/API.md
index fa8982b1..01a97a42 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -515,6 +515,8 @@ The board list endpoint supports setting an `If-Modified-Since` header to limit
| title | String | The title of the new stack |
| type | String | Type of the card (for later use) use 'plain' for now |
| order | Integer | Order for sorting the stacks |
+| description | String | _(optional)_ The markdown description of the card |
+| duedate | timestamp | _(optional)_ The duedate of the card or null |
#### Response