summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-29 07:00:20 -0700
committerit33 <iantien@gmail.com>2015-10-29 07:00:20 -0700
commit99402e9d99a1d9ac6b8b0d177e9098fe7657af0e (patch)
tree97116e1ed9c3ff002c949fc6b3c3956d7fb65989 /doc
parent63ea5e26913bd0cb7500a35ff20832732e48b7e2 (diff)
downloadchat-99402e9d99a1d9ac6b8b0d177e9098fe7657af0e.tar.gz
chat-99402e9d99a1d9ac6b8b0d177e9098fe7657af0e.tar.bz2
chat-99402e9d99a1d9ac6b8b0d177e9098fe7657af0e.zip
Update and rename doc/api/Overview.md to doc/developer/API-Web-Service.md
Per discussion with CH, moving this over to /developer and working to integrate it into: https://github.com/mattermost/platform/blob/master/doc/developer/API.md This is a multi-step process, we need to get everything under /developer, then explain from https://github.com/mattermost/platform/blob/master/doc/developer/API.md where to find everything. Documentation won't be perfect in first go, but we need to react quickly to community having questions around this.
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/API-Web-Service.md (renamed from doc/api/Overview.md)6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/Overview.md b/doc/developer/API-Web-Service.md
index 0a407b1e9..53ebc869c 100644
--- a/doc/api/Overview.md
+++ b/doc/developer/API-Web-Service.md
@@ -1,6 +1,8 @@
-# API Overview
+# Mattermost Web Service API
-This provides a basic overview of the Mattermost API. All examples assume there is a Mattermost instance running at http://localhost:8065.
+This provides a basic overview of the Mattermost Web Service API. Drivers interfacing with this API are available in different languages. Current documentation focuses on the transport layer for the API and functional documentation will be developed next.
+
+All examples assume there is a Mattermost instance running at http://localhost:8065.
## Schema