mirror of https://github.com/zulip/zulip.git
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:
parent
4bb381fc80
commit
f28f30085a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue