diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-08-01 09:29:50 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-08-01 09:29:50 +0000 |
commit | 8ffd40cee72174ccc9b85e9d978dc110ada41c1b (patch) | |
tree | a834a74e303445b45bde196288175d80c953731e /doc/api/README.md | |
parent | 4bb9a36c97ac925c11c0211e3ef1f8ca1306da32 (diff) | |
parent | 862e2c80be2963009c74d01e502e7ac9777c3a86 (diff) | |
download | gitlab-ce-8ffd40cee72174ccc9b85e9d978dc110ada41c1b.tar.gz |
Merge branch '34519-extend-api-group-secret-variable' into 'master'
Extend API: Group Secret Variable
Closes #34519
See merge request !12936
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index fe29563eaca..1d2226e2ae8 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -11,7 +11,8 @@ following locations: - [Award Emoji](award_emoji.md) - [Branches](branches.md) - [Broadcast Messages](broadcast_messages.md) -- [Build Variables](build_variables.md) +- [Project-level Variables](project_level_variables.md) +- [Group-level Variables](group_level_variables.md) - [Commits](commits.md) - [Deployments](deployments.md) - [Deploy Keys](deploy_keys.md) |