DOCS: Mark the client field as optional

This commit is contained in:
hippoz 2021-03-16 05:04:44 +02:00
parent 8345fc1af3
commit c25008d73f

View file

@ -47,7 +47,7 @@ JSON data format:
| Field | Description | | Field | Description |
| - | - | | - | - |
| token | The authentication token | | 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: Example:
```json ```json