You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/requests/users/password.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ weight: $weight
21
21
22
22
PUT /v1/users/password
23
23
24
-
Replaces the password list of the user making this request with a single new password.
24
+
Replaces the password list of the user making this request with a single new password. The request authentication header must include the relevant username and password.
25
25
26
26
### Request {#put-request}
27
27
@@ -78,7 +78,7 @@ The following are possible `error_code` values:
78
78
79
79
POST /v1/users/password
80
80
81
-
Adds a new password to the password list of the user making this request.
81
+
Adds a new password to the password list of the user making this request. The request authentication header must include the relevant username and password.
82
82
83
83
### Request {#post-request}
84
84
@@ -135,7 +135,7 @@ The following are possible `error_code` values:
135
135
136
136
DELETE /v1/users/password
137
137
138
-
Deletes a password from the password list of the user making this request.
138
+
Deletes a password from the password list of the user making this request. The request authentication header must include the relevant username and password.
0 commit comments