Skip to content

Commit

Permalink
Removed reference to realtime in rest batch publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomczoink committed Jun 10, 2019
1 parent c728a5f commit 582d1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rest/channels.textile
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ To get the history of a channel, make use of the "history":#history method of th

h3(#batch-publish). Batch publishing

It is common for a single message to be intended for multiple channels. If you wish to send a message to multiple channels within a single operation, you can make use of the "REST batch API":/rest-api/beta#batch. With a "realtime":/realtime connection, you can also effectively send a message to multiple channels at once by allowing multiple concurrent publish operations.
It is common for a single message to be intended for multiple channels. If you wish to send a message to multiple channels within a single operation, you can make use of the "REST batch API":/rest-api/beta#batch.

h3(#channel-metadata). Channel metadata

Expand Down

0 comments on commit 582d1ef

Please sign in to comment.