diff options
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 47 |
1 files changed, 20 insertions, 27 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index e3fc5a09f21..27c5962decf 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -8,39 +8,32 @@ under [`/lib/api`](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/api). Documentation for various API resources can be found separately in the following locations: -- [Branches](branches.md) -- [Builds](builds.md) -- [Build triggers](build_triggers.md) -- [Build Variables](build_variables.md) +- [Users](users.md) +- [Session](session.md) +- [Projects](projects.md) including setting Webhooks +- [Project Snippets](project_snippets.md) +- [Services](services.md) +- [Repositories](repositories.md) +- [Repository Files](repository_files.md) - [Commits](commits.md) -- [Deploy Keys](deploy_keys.md) -- [Groups](groups.md) +- [Tags](tags.md) +- [Branches](branches.md) +- [Merge Requests](merge_requests.md) - [Issues](issues.md) -- [Keys](keys.md) - [Labels](labels.md) -- [Merge Requests](merge_requests.md) - [Milestones](milestones.md) -- [Open source license templates](licenses.md) -- [Namespaces](namespaces.md) - [Notes](notes.md) (comments) -- [Projects](projects.md) including setting Webhooks -- [Project Snippets](project_snippets.md) -- [Repositories](repositories.md) -- [Repository Files](repository_files.md) -- [Runners](runners.md) -- [Services](services.md) -- [Session](session.md) -- [Settings](settings.md) +- [Deploy Keys](deploy_keys.md) - [System Hooks](system_hooks.md) -- [Tags](tags.md) -- [Users](users.md) - -### Internal CI API - -The following documentation is for the [internal CI API](ci/README.md): - -- [Builds](ci/builds.md) -- [Runners](ci/runners.md) +- [Groups](groups.md) +- [Namespaces](namespaces.md) +- [Settings](settings.md) +- [Keys](keys.md) +- [Builds](builds.md) +- [Build triggers](build_triggers.md) +- [Build Variables](build_variables.md) +- [Runners](runners.md) +- [Open source license templates](licenses.md) ## Authentication |