diff --git a/docs/api_changes.md b/docs/api_changes.md index c16e2b7..4b1ade4 100644 --- a/docs/api_changes.md +++ b/docs/api_changes.md @@ -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.