summaryrefslogtreecommitdiff
path: root/doc/api/deployments.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 09:09:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 09:09:01 +0000
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /doc/api/deployments.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
downloadgitlab-ce-c72e5ebe9938d315ec598197873e71a80168d40a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/deployments.md')
-rw-r--r--doc/api/deployments.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/deployments.md b/doc/api/deployments.md
index 02c7e178aaf..f34c8026ac4 100644
--- a/doc/api/deployments.md
+++ b/doc/api/deployments.md
@@ -4,7 +4,7 @@
Get a list of deployments in a project.
-```
+```plaintext
GET /projects/:id/deployments
```
@@ -177,7 +177,7 @@ Example of response
## Get a specific deployment
-```
+```plaintext
GET /projects/:id/deployments/:deployment_id
```
@@ -265,7 +265,7 @@ Example of response
## Create a deployment
-```
+```plaintext
POST /projects/:id/deployments
```
@@ -319,7 +319,7 @@ Example of a response:
## Updating a deployment
-```
+```plaintext
PUT /projects/:id/deployments/:deployment_id
```
@@ -366,7 +366,7 @@ Example of a response:
This API retrieves the list of merge requests shipped with a given deployment:
-```
+```plaintext
GET /projects/:id/deployments/:deployment_id/merge_requests
```