Skip to content

Commit

Permalink
Add Shutdown API Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Firionus committed Mar 29, 2022
1 parent d4b7f4b commit 57352c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-docs/Client-Server API.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,16 @@ a ping message every minute:
}
```

## Shutdown

To shutdown the server process, the client can send:

```json
{
"event": "shutdown"
}
```

## Old Ping API (NOT IMPLEMENTED)

To ensure a good user experience, the server and client require a reliable and
Expand Down

0 comments on commit 57352c8

Please sign in to comment.