docs(api-changes): fix method typo

Signed-off-by: Andrew Basson <andrew.basson@gmail.com>
This commit is contained in:
Andrew Basson 2022-08-02 16:49:33 +02:00 committed by Eric Callahan
parent 621739bb2b
commit 07f4643070
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This document keeps a record of all changes to Moonraker's web APIs.
### March 4th 2022
- Moonraker API Version 1.0.1
- The `server.websocket.id` endpoint has been deprecated. It is
recommended to use `server.connection.idenitfy` method to identify
recommended to use `server.connection.identify` method to identify
your client. This method returns a `connection_id` which is
the websocket's unique id. See
[the documentation](web_api.md#identify-connection) for details.