File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/operate/rs/release-notes/rs-7-8-releases Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Redis Software version 7.8.2 introduces the following breaking changes:
7979
8080 - The ` POST ` method requires users to include their usernames and a current password in the authentication header to generate a JSON Web Token.
8181
82- - ` POST /v1/users/password ` generates a token for the user who provides their credentials in the authorization header when sending the requests.
82+ - ` POST /v1/users/authorize ` generates a token for the user who provides their credentials in the authorization header when sending the requests.
8383
8484 - ` POST ` requests will ignore ` username ` and ` password ` parameters provided in the request body.
8585
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ Redis Software version 7.8.2 introduces the following breaking changes:
260260
261261 - The ` POST ` method requires users to include their usernames and a current password in the authentication header to generate a JSON Web Token.
262262
263- - ` POST /v1/users/password ` generates a token for the user who provides their credentials in the authorization header when sending the requests.
263+ - ` POST /v1/users/authorize ` generates a token for the user who provides their credentials in the authorization header when sending the requests.
264264
265265 - ` POST ` requests will ignore ` username ` and ` password ` parameters provided in the request body.
266266
You can’t perform that action at this time.
0 commit comments