openapi: Remove documentation for unstable timezones.json path.

The location of files in /static is not part of our stable API.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-10-11 13:31:11 -07:00 committed by Tim Abbott
parent 4bb381fc80
commit f28f30085a
1 changed files with 2 additions and 8 deletions

View File

@ -10640,10 +10640,7 @@ paths:
timezone:
type: string
description: |
The user's [configured time zone](/help/change-your-timezone).
Time zone values supported by the server are served at
[/static/generated/timezones.json](/static/generated/timezones.json).
The IANA identifier of the user's [configured time zone](/help/change-your-timezone).
enter_sends:
type: boolean
description: |
@ -13591,10 +13588,7 @@ paths:
- name: timezone
in: query
description: |
The user's [configured time zone](/help/change-your-timezone).
Time zone values supported by the server are served at
[/static/generated/timezones.json](/static/generated/timezones.json).
The IANA identifier of the user's [configured time zone](/help/change-your-timezone).
**Changes**: Before Zulip 5.0 (feature level 80), this setting was managed by
the `PATCH /settings/display` endpoint.