From 27e0b6acf8ae49863c1e14b08fa855f6b821bef6 Mon Sep 17 00:00:00 2001 From: Jack Harrhy Date: Wed, 18 Mar 2020 18:24:16 -0230 Subject: [PATCH] newlines --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index faa0881..018c731 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Enable Minecraft whitelist management from an exposed HTTP endpoint --- `GET / -> [] of {uuid: "...", name: "..."}` - Returns the `whitelist.json` of the server. + `POST / ({name: "..."}) -> 201` - Adds a user to the whitelist via username. + `DELETE / ({name: "..."}) -> 201` - Removes a user from the whitelist via username. ---