Skip to content

Commit aa9a5f0

Browse files
committed
More endpoints
1 parent 0700479 commit aa9a5f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/com/namelessmc/NamelessAPI/Request.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ public enum Action {
177177
REGISTER("register", POST),
178178
USER_INFO("userInfo", GET),
179179
SET_GROUP("setGroup", POST),
180+
SET_DISCORD_ID("setDiscordId", POST),
181+
SET_GROUP_FROM_DISCORD_ID("setGroupFromDiscordId", POST),
182+
REMOVE_GROUP_FROM_DISCORD_ID("removeGroupFromDiscordId", POST),
180183
CREATE_REPORT("createReport", POST),
181184
GET_NOTIFICATIONS("getNotifications", GET),
182185
SERVER_INFO("serverInfo", POST),

0 commit comments

Comments
 (0)