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:
Tim Abbott 2021-11-16 13:06:43 -08:00 committed by Tim Abbott
parent e36f549ec6
commit cac8bcbc89

View File

@ -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.