Added request body for the creation of stacks in API docs (#1345)

Added request body for the creation of stacks in API docs
This commit is contained in:
Julius Härtl
2019-11-27 21:40:46 +01:00
committed by GitHub

View File

@@ -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 |