diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-01-03 16:47:07 -0600 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-01-08 08:46:41 -0600 |
commit | bb3840048e3e3124d2750ef79528858b7d46c80e (patch) | |
tree | 63bbd9773499650b5b06815d6a4ef961be99f627 /doc/api/README.md | |
parent | 0e20c8eb8b71eaa71fbfd5dedf6ccd6492531e14 (diff) | |
download | gitlab-ce-bb3840048e3e3124d2750ef79528858b7d46c80e.tar.gz |
Adds project cluster documentation
Project cluster API was included on 11.7. This MR describes the new
project cluster endpoints
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index fd5e88cb9d5..50bb529b2ab 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -49,6 +49,7 @@ The following API resources are available: - [Projects](projects.md) including setting Webhooks - [Project access requests](access_requests.md) - [Project badges](project_badges.md) + - [Project clusters](project_clusters.md) - [Project-level variables](project_level_variables.md) - [Project import/export](project_import_export.md) - [Project members](members.md) |