Skip to content

Commit

Permalink
docs: Remove realm_logo and realm_night_logo from server-settings res…
Browse files Browse the repository at this point in the history
…ponse.

They were removed in 16123c9
  • Loading branch information
hackerkid authored and timabbott committed Oct 15, 2019
1 parent 573d470 commit 616502f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions templates/zerver/api/server-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
8 changes: 0 additions & 8 deletions zerver/openapi/zulip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 616502f

Please sign in to comment.