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-02-28 06:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-28 06:09:04 +0300
commit597a43f359c3096d845e764b90439743962e5961 (patch)
tree2593024f91b2eb44e0764107490be4d0f1119ace /doc/api/releases
parentf54a50aa826d0eedcf2e56f51462613bc132f826 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/releases')
-rw-r--r--doc/api/releases/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/releases/index.md b/doc/api/releases/index.md
index e24dea3c278..88fdedfa1b8 100644
--- a/doc/api/releases/index.md
+++ b/doc/api/releases/index.md
@@ -9,7 +9,7 @@
Paginated list of Releases, sorted by `released_at`.
-```
+```plaintext
GET /projects/:id/releases
```
@@ -191,7 +191,7 @@ Example response:
Get a Release for the given tag.
-```
+```plaintext
GET /projects/:id/releases/:tag_name
```
@@ -303,7 +303,7 @@ Example response:
Create a Release. You need push access to the repository to create a Release.
-```
+```plaintext
POST /projects/:id/releases
```
@@ -430,7 +430,7 @@ Example response:
Update a Release.
-```
+```plaintext
PUT /projects/:id/releases/:tag_name
```
@@ -533,7 +533,7 @@ Example response:
Delete a Release. Deleting a Release will not delete the associated tag.
-```
+```plaintext
DELETE /projects/:id/releases/:tag_name
```