MXS-1220: Fix request methods for user creation
The creation of network users and enabling of UNIX accounts documented PUT as the method for enabling them when the commands actually used POST.
This commit is contained in:
parent
bb5b83bf7b
commit
e0076ca8a5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user