api-changelog: Revise feature level 160 entry.

Original API feature level entry from commit ff89590558.
This commit is contained in:
Lauryn Menard 2023-05-25 12:41:59 +02:00 committed by Tim Abbott
parent 2c606ed99e
commit f079dec525
1 changed files with 3 additions and 4 deletions

View File

@ -233,11 +233,10 @@ format used by the Zulip server that they are interacting with.
**Feature level 160**
* `POST /api/v1/jwt/fetch_api_key`: New API endpoint to fetch API
* `POST /api/v1/jwt/fetch_api_key`: Added new endpoint to fetch API
keys using JSON Web Token (JWT) authentication.
* `accounts/login/jwt/`: Adjusted format of requests to this
previously undocumented, optional endpoint for
JWT authentication log in support.
* `accounts/login/jwt/`: Adjusted format of requests to undocumented,
optional endpoint for JWT authentication log in support.
**Feature level 159**