mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
api docs: Fix incorrect realm_ prefixes in update_dict field names.
Neither of these fields use the `realm/update_dict` event type; they use `realm/update`; we've attempted to clarify that in the previous commit. That reality means we don't have automated testing for these values, and that meant that typos like these could slip through.
This commit is contained in:
parent
e36f549ec6
commit
cac8bcbc89
@ -3463,7 +3463,7 @@ paths:
|
||||
type: string
|
||||
description: |
|
||||
The description of the organization, used on login and registration pages.
|
||||
realm_giphy_rating:
|
||||
giphy_rating:
|
||||
type: integer
|
||||
description: |
|
||||
Maximum rating of the GIFs that will be retrieved from GIPHY.
|
||||
@ -3513,7 +3513,7 @@ paths:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether [topics are required](/help/require-topics) for messages in this organization.
|
||||
realm_name:
|
||||
name:
|
||||
type: string
|
||||
description: |
|
||||
The name of the organization, used in login pages etc.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user