From 582d1ef5fb9c2e58cc5095e734b0c5a8dbe94420 Mon Sep 17 00:00:00 2001 From: Tom Camp Date: Mon, 10 Jun 2019 10:21:47 +0100 Subject: [PATCH] Removed reference to realtime in rest batch publishing --- content/rest/channels.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/channels.textile b/content/rest/channels.textile index 0f1b64593d..1587bb9070 100644 --- a/content/rest/channels.textile +++ b/content/rest/channels.textile @@ -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