summaryrefslogtreecommitdiff
path: root/doc/api/README.md
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-08-29 08:45:00 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-08-29 08:45:00 -0400
commit8a49cdc3b44579e64d50973df1a1d075e2766b97 (patch)
tree3f97db410fabe9bdc8504baf8bb9eb2ba6f6263d /doc/api/README.md
parent8d192adb382572a210f30cdcd6d42061b5e23353 (diff)
downloadgitlab-ce-8a49cdc3b44579e64d50973df1a1d075e2766b97.tar.gz
Add milestone API docs to doc/README and views/help/api
Also removes `closed` attribute option from create action.
Diffstat (limited to 'doc/api/README.md')
-rw-r--r--doc/api/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index d32573aaa6b..53b4983ef47 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -29,3 +29,4 @@ The API uses JSON to serialize data. You don't need to specify `.json` at the en
+ [Projects](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md)
+ [Snippets](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/snippets.md)
+ [Issues](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md)
++ [Milestones](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/milestones.md)