From 8e4da4e0a3b39cad00a476b1e54ca98e66ca74f3 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Thu, 7 Jan 2021 23:39:55 +0100 Subject: [PATCH] docs: Fix table in section "GET /api/v1.0/config" If the number of columns doesn't agree between the rows, the MarkDown table markup seems to be broken and rendered incorrectly in both, the GitHub preview and on https://deck.readthedocs.io/en/latest/API/#config. Signed-off-by: Raphael Borun Das Gupta --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 62f176be4..ba4328009 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1000,7 +1000,7 @@ Deck stores user and app configuration values globally and per board. The GET en #### Response -| Config key | Description | Value | +| Config key | Description | | --- | --- | | calendar | Determines if the calendar/tasks integration through the CalDAV backend is enabled for the user (boolean) | | groupLimit | Determines if creating new boards is limited to certain groups of the instance. The resulting output is an array of group objects with the id and the displayname (Admin only)|