mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
api docs: Advertise "topic" argument instead of "subject" on /messages.
They have the same meaning but we're transitioning away from the "subject" terminology, so we should advertise "topic" in docs.
This commit is contained in:
committed by
Tim Abbott
parent
86721c3be5
commit
bbafced254
@@ -582,7 +582,7 @@ def send_message(client):
|
||||
request = {
|
||||
"type": "stream",
|
||||
"to": "Denmark",
|
||||
"subject": "Castle",
|
||||
"topic": "Castle",
|
||||
"content": "I come not, friends, to steal away your hearts."
|
||||
}
|
||||
result = client.send_message(request)
|
||||
|
||||
Reference in New Issue
Block a user