Fixed user(or group) update method from POST to PUT.

pull/737/head
toguchi-wataru 2019-09-24 02:16:55 +00:00
rodzic ef41947ee4
commit 57c53455ca
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.