Skip to content

Commit b964c7e

Browse files
committed
DOC-5270 RS: Authentication header is required for /users/password API
1 parent ea36ebc commit b964c7e

File tree

1 file changed

+3
-3
lines changed
  • content/operate/rs/references/rest-api/requests/users

1 file changed

+3
-3
lines changed

content/operate/rs/references/rest-api/requests/users/password.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ weight: $weight
2121

2222
PUT /v1/users/password
2323

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

2626
### Request {#put-request}
2727

@@ -78,7 +78,7 @@ The following are possible `error_code` values:
7878

7979
POST /v1/users/password
8080

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

8383
### Request {#post-request}
8484

@@ -135,7 +135,7 @@ The following are possible `error_code` values:
135135

136136
DELETE /v1/users/password
137137

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

140140
### Request {#delete-request}
141141

0 commit comments

Comments
 (0)