Skip to content

Commit 27e0b6a

Browse files
committed
newlines
1 parent 02d1dbd commit 27e0b6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Enable Minecraft whitelist management from an exposed HTTP endpoint
55
---
66

77
`GET / -> [] of {uuid: "...", name: "..."}` - Returns the `whitelist.json` of the server.
8+
89
`POST / ({name: "..."}) -> 201` - Adds a user to the whitelist via username.
10+
911
`DELETE / ({name: "..."}) -> 201` - Removes a user from the whitelist via username.
1012

1113
---

0 commit comments

Comments
 (0)