From 0212c6dcad79883b99798aec51f1c21f14bae14c Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 21 Aug 2020 14:34:52 -0400 Subject: [PATCH] Update incorrect field in API documentation (docs/API.md) Signed-off-by: Jordan Bancino --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index f62b40739..dfa6d6c66 100644 --- a/docs/API.md +++ b/docs/API.md @@ -272,7 +272,7 @@ Returns an array of board items | --------- | ------ | ---------------------------------------------------- | | title | String | The title of the board, maximum length is limited to 100 characters | | color | String | The hexadecimal color of the board (e.g. FF0000) | -| archived | Bool | The hexadecimal color of the board (e.g. FF0000) | +| archived | Bool | Whether or not this board should be archived. | ```json {