From d3e61ead5781e40259ebea6ce02a680a960300d0 Mon Sep 17 00:00:00 2001 From: Thomas Cassaert Date: Sat, 23 Nov 2019 15:24:13 +0100 Subject: [PATCH] Added request body for the creation of stacks in API docs Signed-off-by: Thomas Cassaert --- docs/API.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/API.md b/docs/API.md index 65b0bfc44..be877cd66 100644 --- a/docs/API.md +++ b/docs/API.md @@ -433,6 +433,13 @@ The board list endpoint supports setting an `If-Modified-Since` header to limit ### POST /boards/{boardId}/stacks - Create a new stack +#### Request body + +| Parameter | Type | Description | +| --------- | ------- | ---------------------------------------------------- | +| title | String | The title of the new stack | +| order | Integer | Order for sorting the stacks | + #### Request parameters | Parameter | Type | Description |