From f5095c64366c59451590c3655a679d92b66c38ff Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 3 Nov 2025 15:26:13 -0500 Subject: [PATCH] api: Clarify that display_icon can be a relative URL. --- zerver/openapi/zulip.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 5bccb714cf..4c60599c77 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -21489,7 +21489,8 @@ paths: nullable: true description: | URL for an image to be displayed as an icon in all buttons for - the external authentication method. + the external authentication method. This URL should be resolved + relative to the server's base URL. When `null`, no icon should be displayed. login_url: