We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d1dbd commit 27e0b6aCopy full SHA for 27e0b6a
README.md
@@ -5,7 +5,9 @@ Enable Minecraft whitelist management from an exposed HTTP endpoint
5
---
6
7
`GET / -> [] of {uuid: "...", name: "..."}` - Returns the `whitelist.json` of the server.
8
+
9
`POST / ({name: "..."}) -> 201` - Adds a user to the whitelist via username.
10
11
`DELETE / ({name: "..."}) -> 201` - Removes a user from the whitelist via username.
12
13
0 commit comments