diff --git a/SERVERS.md b/SERVERS.md index 50885b6..6cc4ac4 100644 --- a/SERVERS.md +++ b/SERVERS.md @@ -5,18 +5,18 @@ Requests are sent after any of these events: * Nameserver response * Authentication response -* Local account fetch response +* Local account fetch response (has auth) ## Endpoints -### `API: GET "/api/undead/v1/emotes"` +### `API: GET "/api/undead/v1/emotes"` (after local account response) Expects: `List` [(to DTO)](#emoteconfigdto) Replace existing emotes in the game with these, keyed by `UniqueName`. See [the source](./Core/Content/CustomRecNet/CustomEmotes/RecNetEmotes.cs) for more information. -### `API: GET "/api/undead/v1/photon"` +### `API: GET "/api/undead/v1/photon"` (after local account response) Expects: `PhotonConfigDTO` [(to DTO)](#photonconfigdto) The patch uses a Photon configuration given by the server.