From 57c53455cab648ae2f847997225c7437f98c88a6 Mon Sep 17 00:00:00 2001 From: toguchi-wataru Date: Tue, 24 Sep 2019 02:16:55 +0000 Subject: [PATCH] Fixed user(or group) update method from POST to PUT. --- slate/source/includes/reference/_admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slate/source/includes/reference/_admin.md b/slate/source/includes/reference/_admin.md index 9817ac8c..2709ca3b 100644 --- a/slate/source/includes/reference/_admin.md +++ b/slate/source/includes/reference/_admin.md @@ -66,7 +66,7 @@ user_permissions | int[] | [] | List of permissions to which the user has ### Update a user -`POST /api/admin/users/{id}/` +`PUT /api/admin/users/{id}/` Parameters are the same as above. @@ -145,7 +145,7 @@ permissions | int[] | [] | List of permissions to which the group belongs ### Update a group -`POST /api/admin/groups/{id}/` +`PUT /api/admin/groups/{id}/` Parameters are the same as above.