diff --git a/templates/zerver/api/server-settings.md b/templates/zerver/api/server-settings.md index b67edeb841651..dbeaa8279bc89 100644 --- a/templates/zerver/api/server-settings.md +++ b/templates/zerver/api/server-settings.md @@ -50,12 +50,6 @@ Fetch global settings for a Zulip server. * `realm_icon`: the URI of the organization's logo as a square image, used for identifying the organization in small locations in the mobile and desktop apps. -* `realm_logo`: the URI of the organization's logo as a horizontal - format image (displayed in the top-left corner of the logged-in - webapp). -* `realm_night_logo`: the URI of the organization's logo in the night mode as a - horizontal format image (dispalyed in the top-left corner of the logged-in - webapp). * `realm_description`: HTML description of the organization, as configured by the [organization profile](/help/create-your-organization-profile). diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 6a51e305542df..9b7fdad1853d2 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -2121,14 +2121,6 @@ paths: type: string description: The URI of the organization's mobile icon (usually a square version of the logo). - realm_logo: - type: string - description: The URI of the organization's top-left navbar logo - (usually a wide rectangular version of the logo). - realm_night_logo: - type: string - description: The URI of the organization's top-left navbar logo in night_mode - (usually a wide rectangular version of the logo). realm_description: type: string description: HTML description of the organization, as