mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
docs: Fix capitalization mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
41e8872b0f
commit
544bbd5398
@@ -350,7 +350,7 @@ def reorder_realm_profile_fields(client: Client) -> None:
|
||||
def create_realm_profile_field(client: Client) -> None:
|
||||
# {code_example|start}
|
||||
# Create a custom profile field in the user's organization.
|
||||
request = {"name": "Phone", "hint": "Contact No.", "field_type": 1}
|
||||
request = {"name": "Phone", "hint": "Contact no.", "field_type": 1}
|
||||
|
||||
result = client.call_endpoint(url="/realm/profile_fields", method="POST", request=request)
|
||||
# {code_example|end}
|
||||
|
||||
Reference in New Issue
Block a user