From 8a0c8cecf88b3142e01761a1ddca02bf466537c8 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 20 May 2024 14:58:17 +0200 Subject: [PATCH] api-docs: Update GET /server_settings for channel. Updates the API doc for GET /server_settings endpoint to use channel in descriptions instead of stream. Part of the stream to channel rename project. --- zerver/openapi/zulip.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 86333f7b06..4cb09d49b1 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -17007,10 +17007,10 @@ paths: type: boolean description: | Whether the organization has enabled the creation of - [web-public streams](/help/public-access-option) and - at least one web-public stream on the server currently + [web-public channels](/help/public-access-option) and + at least one web-public channel on the server currently exists. Clients that support viewing content - in web-public streams without an account can + in web-public channels without an account can use this to determine whether to offer that feature on the login page for an organization.