Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-22 06:11:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-22 06:11:57 +0300
commit89b761c7876bf8bbf60deb709e48be2d40ee900b (patch)
treec3af38d9da28d215dc3c3e810484d44f446005d0 /doc/api
parent387586b33e16b04e897f149491daf290bf9fc6f6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/branches.md6
-rw-r--r--doc/api/protected_branches.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md
index f99c4443ac8..9518a8d5032 100644
--- a/doc/api/branches.md
+++ b/doc/api/branches.md
@@ -231,3 +231,9 @@ Example request:
```shell
curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/5/repository/merged_branches"
```
+
+## Related topics
+
+- [Branches](../user/project/repository/branches/index.md)
+- [Protected branches](../user/project/protected_branches.md)
+- [Protected branches API](protected_branches.md)
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md
index 9bd220f0406..d3d91be290f 100644
--- a/doc/api/protected_branches.md
+++ b/doc/api/protected_branches.md
@@ -529,3 +529,9 @@ Example response:
"push_access_levels": []
}
```
+
+## Related topics
+
+- [Protected branches](../user/project/protected_branches.md)
+- [Branches](../user/project/repository/branches/index.md)
+- [Branches API](branches.md)