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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-05 00:09:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-05 00:09:29 +0300
commit839dad17a14654ff31c6c7d4de0f00b90499dc23 (patch)
treef67191a2fc05f143319f7ac26bd27a0a911cf8fd /doc/api/branches.md
parentae42530b1be0d25186881ae45c39bdf1122a84b9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/branches.md')
-rw-r--r--doc/api/branches.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md
index 5ce0c6bd15c..07da8c2e7f3 100644
--- a/doc/api/branches.md
+++ b/doc/api/branches.md
@@ -16,7 +16,7 @@ See also [Protected branches API](protected_branches.md).
Get a list of repository branches from a project, sorted by name alphabetically.
-NOTE: **Note:**
+NOTE:
This endpoint can be accessed without authentication if the repository is publicly accessible.
```plaintext
@@ -73,7 +73,7 @@ Example response:
Get a single project repository branch.
-NOTE: **Note:**
+NOTE:
This endpoint can be accessed without authentication if the repository is publicly accessible.
```plaintext
@@ -189,7 +189,7 @@ Example response:
Delete a branch from the repository.
-NOTE: **Note:**
+NOTE:
In the case of an error, an explanation message is provided.
```plaintext
@@ -213,7 +213,7 @@ curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://git
Will delete all branches that are merged into the project's default branch.
-NOTE: **Note:**
+NOTE:
[Protected branches](../user/project/protected_branches.md) will not be deleted as part of this operation.
```plaintext