diff --git a/Documentation/REST-API/Resources-User.md b/Documentation/REST-API/Resources-User.md index a4d0bc991..5c38e8545 100644 --- a/Documentation/REST-API/Resources-User.md +++ b/Documentation/REST-API/Resources-User.md @@ -163,7 +163,7 @@ GET /v1/users Create a new network user. ``` -PUT /v1/users/inet +POST /v1/users/inet ``` The request body must fulfill the following requirements. @@ -201,7 +201,7 @@ This enables an existing UNIX account on the system for administrative operations. ``` -PUT /v1/users/unix +POST /v1/users/unix ``` The request body must fulfill the following requirements.