mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
[manual] send_message: Rename recipient/stream fields to 'to'.
This commit changes APIs and requires and update of all zephyr mirroring bots to deploy properly. (imported from commit 2672d2d07269379f7a865644aaeb6796d54183e1)
This commit is contained in:
@@ -5,7 +5,7 @@ curl https://humbughq.com/api/v1/send_message \
|
||||
-d "api-key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
|
||||
-d "email=tabbott@humbughq.com" \
|
||||
-d "type=private" -d "content=test" \
|
||||
-d "recipient=tabbott@humbughq.com"
|
||||
-d "to=tabbott@humbughq.com"
|
||||
|
||||
curl https://humbughq.com/api/v1/get_messages \
|
||||
-d "api-key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
|
||||
|
||||
Reference in New Issue
Block a user