From 46b798ac1b9bea4080cae80af2461785dc16430b Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 8 Jun 2017 00:03:06 +0200 Subject: [PATCH] Update documentation (api) --- matterbridge.toml.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index f53863a9..b52c0242 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -718,7 +718,9 @@ enable=true #account="api.local" #channel="api" #To send data to the api: - #curl -XPOST -H 'Content-Type: application/json' -d '{"text":"test","username":"randomuser"}' http://localhost:4242/api/message + #curl -XPOST -H 'Content-Type: application/json' -d '{"text":"test","username":"randomuser","gateway":"gateway1"}' http://localhost:4242/api/message + #To read from the api: + #curl http://localhost:4242/api/messages #If you want to do a 1:1 mapping between protocols where the channelnames are the same #e.g. slack and mattermost you can use the samechannelgateway configuration