From cef766f23d1e5be471e1a683a1c3ba5d4570a02c Mon Sep 17 00:00:00 2001 From: zombieb Date: Wed, 20 Aug 2025 00:31:56 +0000 Subject: [PATCH] Update SERVERS.md add auth mentions --- SERVERS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.