summaryrefslogtreecommitdiffstats
path: root/doc/developer/API.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-12 14:44:14 -0800
committerit33 <iantien@gmail.com>2015-11-12 14:44:14 -0800
commit5f51993b7046f48ea01e3751c80d172277624a21 (patch)
tree552798e18d797769a019ee5ffc63930d3c8626ab /doc/developer/API.md
parentfd1021661ff3e810a2acbc3d87b33d77fba3726f (diff)
downloadchat-5f51993b7046f48ea01e3751c80d172277624a21.tar.gz
chat-5f51993b7046f48ea01e3751c80d172277624a21.tar.bz2
chat-5f51993b7046f48ea01e3751c80d172277624a21.zip
Removed v1.2 indicator
Diffstat (limited to 'doc/developer/API.md')
-rw-r--r--doc/developer/API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/API.md b/doc/developer/API.md
index 4c4b2f04e..e5e5db2ba 100644
--- a/doc/developer/API.md
+++ b/doc/developer/API.md
@@ -12,7 +12,7 @@ Incoming webhooks allow external applications to post messages into Mattermost c
In addition to supporting Slack's incoming webhook formatting, Mattermost webhooks offer full support of industry-standard markdown formatting, including headings, tables and in-line images.
-### [Outgoing Webhooks (in Mattermost v1.2)](https://github.com/mattermost/platform/blob/master/doc/integrations/webhooks/Outgoing-Webhooks.md)
+### [Outgoing Webhooks](https://github.com/mattermost/platform/blob/master/doc/integrations/webhooks/Outgoing-Webhooks.md)
Outgoing webhooks allow external applications to receive webhook events from events happening within Mattermost channels and private groups via JSON payloads via HTTP POST requests sent to incoming webhook URLs defined by your applications.