Skip to content

Commit 8e4da4e

Browse files
committed
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 <git@raphael.dasgupta.ch>
1 parent a2ef977 commit 8e4da4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Deck stores user and app configuration values globally and per board. The GET en
10001000

10011001
#### Response
10021002

1003-
| Config key | Description | Value |
1003+
| Config key | Description |
10041004
| --- | --- |
10051005
| calendar | Determines if the calendar/tasks integration through the CalDAV backend is enabled for the user (boolean) |
10061006
| 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)|

0 commit comments

Comments
 (0)