From c25008d73fc7dd72147446783d06eaf3bc69afd8 Mon Sep 17 00:00:00 2001 From: hippoz Date: Tue, 16 Mar 2021 05:04:44 +0200 Subject: [PATCH] DOCS: Mark the client field as optional --- resources/Docs/DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/Docs/DOCS.md b/resources/Docs/DOCS.md index 29a4736..85e486b 100644 --- a/resources/Docs/DOCS.md +++ b/resources/Docs/DOCS.md @@ -47,7 +47,7 @@ JSON data format: | Field | Description | | - | - | | token | The authentication token | -| client | The name of the application the client is connecting from (see below) | +| client? | The name of the application the client is connecting from (see below) | Example: ```json