summaryrefslogtreecommitdiff
path: root/doc/api/README.md
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-05 17:51:40 +0000
committerDouwe Maan <douwe@gitlab.com>2018-03-05 17:51:40 +0000
commit5656a1d608aa6c1ab703e8051bd460efe92dc5de (patch)
treefd52091357726e167d27690e5d1e99a981e1821d /doc/api/README.md
parent49f72d06654bd7bdea259154e1092a53aab57acc (diff)
parent8fe880dc064e0e6cd10f7176ade7c312cfb37b90 (diff)
downloadgitlab-ce-5656a1d608aa6c1ab703e8051bd460efe92dc5de.tar.gz
Merge branch 'fj-41174-projects-groups-badges-api' into 'master'
Projects and groups badges API See merge request gitlab-org/gitlab-ce!17082
Diffstat (limited to 'doc/api/README.md')
-rw-r--r--doc/api/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index b193ef4ab7f..53f1a70c1aa 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -24,6 +24,7 @@ following locations:
- [GitLab CI Config templates](templates/gitlab_ci_ymls.md)
- [Groups](groups.md)
- [Group Access Requests](access_requests.md)
+- [Group Badges](group_badges.md)
- [Group Members](members.md)
- [Issues](issues.md)
- [Issue Boards](boards.md)
@@ -43,6 +44,7 @@ following locations:
- [Pipeline Schedules](pipeline_schedules.md)
- [Projects](projects.md) including setting Webhooks
- [Project Access Requests](access_requests.md)
+- [Project Badges](project_badges.md)
- [Project import/export](project_import_export.md)
- [Project Members](members.md)
- [Project Snippets](project_snippets.md)