api-docs: Update changelog and notes about GitLab authentication.

Updates changelog entry for feature level 1 about GitLab to include
the endpoint with the changes. Also noted that the change updated
a deprecated return value.

Added changes note to the `gitlab` boolean in the
`authentication_methods` return value for the
`/get-server-settings` endpoint.

Part of work on #22102.
This commit is contained in:
Lauryn Menard 2022-07-11 16:04:32 +02:00 committed by Tim Abbott
parent edeacb63ff
commit eb2ee5605c
2 changed files with 4 additions and 1 deletions

View File

@ -1048,7 +1048,8 @@ No changes; feature level used for Zulip 3.0 release.
stream name, the topic name, and the time when the topic was muted. stream name, the topic name, and the time when the topic was muted.
Previously, they were 2-item tuples and did not include the time when Previously, they were 2-item tuples and did not include the time when
the topic was muted. the topic was muted.
* `GitLab` authentication is now available. * [`GET /server_settings`](/api/get-server-settings): Added `gitlab` boolean
to deprecated `authentication_methods` object.
* [`POST /register`](/api/register-queue), [`GET /events`](/api/get-events), * [`POST /register`](/api/register-queue), [`GET /events`](/api/get-events),
`PATCH /realm`: None added as an option for the realm setting `PATCH /realm`: None added as an option for the realm setting
`video_chat_provider` to disable video call UI. `video_chat_provider` to disable video call UI.

View File

@ -12370,6 +12370,8 @@ paths:
gitlab: gitlab:
description: | description: |
Whether the user can authenticate using their GitLab account. Whether the user can authenticate using their GitLab account.
**Changes**: New in Zulip 3.0 (feature level 1).
type: boolean type: boolean
apple: apple:
description: | description: |