mirror of https://github.com/zulip/zulip.git
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:
parent
edeacb63ff
commit
eb2ee5605c
|
@ -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.
|
||||
Previously, they were 2-item tuples and did not include the time when
|
||||
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),
|
||||
`PATCH /realm`: None added as an option for the realm setting
|
||||
`video_chat_provider` to disable video call UI.
|
||||
|
|
|
@ -12370,6 +12370,8 @@ paths:
|
|||
gitlab:
|
||||
description: |
|
||||
Whether the user can authenticate using their GitLab account.
|
||||
|
||||
**Changes**: New in Zulip 3.0 (feature level 1).
|
||||
type: boolean
|
||||
apple:
|
||||
description: |
|
||||
|
|
Loading…
Reference in New Issue