Update SERVERS.md

add auth mentions
This commit is contained in:
2025-08-20 00:31:56 +00:00
parent 6ab33a36ae
commit cef766f23d

View File

@@ -5,18 +5,18 @@
Requests are sent after any of these events: Requests are sent after any of these events:
* Nameserver response * Nameserver response
* Authentication response * Authentication response
* Local account fetch response * Local account fetch response (has auth)
## Endpoints ## Endpoints
### `API: GET "/api/undead/v1/emotes"` ### `API: GET "/api/undead/v1/emotes"` (after local account response)
Expects: `List<EmoteConfigDTO>` [(to DTO)](#emoteconfigdto) Expects: `List<EmoteConfigDTO>` [(to DTO)](#emoteconfigdto)
Replace existing emotes in the game with these, keyed by `UniqueName`. Replace existing emotes in the game with these, keyed by `UniqueName`.
See [the source](./Core/Content/CustomRecNet/CustomEmotes/RecNetEmotes.cs) for more information. 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) Expects: `PhotonConfigDTO` [(to DTO)](#photonconfigdto)
The patch uses a Photon configuration given by the server.<br> The patch uses a Photon configuration given by the server.<br>