From d00fa8bffa42cf5da94d48827e6da47915f2f414 Mon Sep 17 00:00:00 2001 From: Grey Himmel Date: Sat, 13 Nov 2021 11:48:20 -0500 Subject: [PATCH] Fix single asterisk note under "create switch" Just escaping it so it doesn't become a bullet point --- docs/content/api/endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/api/endpoints.md b/docs/content/api/endpoints.md index 9db84ef5..2ac8b228 100644 --- a/docs/content/api/endpoints.md +++ b/docs/content/api/endpoints.md @@ -234,7 +234,7 @@ JSON Body Parameters |?timestamp|datetime*|when the switch started| |members|list of strings**|members present in the switch (or empty list for switch-out)| -* Defaults to "now" when missing. +\* Defaults to "now" when missing. ** Can be short IDs or UUIDs.