From 82e2f372bf313b8ed7177022787184be2d649f6a Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sat, 13 Jul 2024 22:23:57 +0700 Subject: [PATCH] chore: update docs http method --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a1b4c46..dedd39c 100644 --- a/readme.md +++ b/readme.md @@ -126,9 +126,9 @@ You can fork or edit this source code ! | ✅ | Leave Group | POST | /group/leave | | ✅ | Create Group | POST | /group | | ✅ | Add Participants in Group | POST | /group/participants | -| ✅ | Remove Participant in Group | DELETE | /group/participants | -| ✅ | Promote Participant in Group | PATCH | /group/participants/promote | -| ✅ | Demote Participant in Group | PATCH | /group/participants/demote | +| ✅ | Remove Participant in Group | POST | /group/participants | +| ✅ | Promote Participant in Group | POST | /group/participants/promote | +| ✅ | Demote Participant in Group | POST | /group/participants/demote | ``` ✅ = Available