Skip to content

Commit 2e9db65

Browse files
committed
Update API.md
1 parent 82a0616 commit 2e9db65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/API.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ These endpoints are used by the Rust+ Companion App.
1414

1515
Redirects to the Profile Image for the SteamId.
1616

17+
### `/api/history/read`
18+
19+
- Method: `POST`
20+
- Headers:
21+
- `Content-Type`: `application/json`
22+
- Body: `AuthToken`
23+
24+
Api request made by the rust+ app returns a notifcationID, Player SteamId, notification date, Sever ID, title (event title eg {name} is online) , Body (server name), data (event details such as server ip and port target name if relating to player and id)
25+
The events contained are player deaths when team loads in and pair requests even when the server is not paired
26+
1727
### TODO
1828

1929
Endpoints that haven't been documented yet.

0 commit comments

Comments
 (0)