summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-25 06:07:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-25 06:07:58 +0000
commit9c83aadd2604e7e6cb1f84683f951e6b12872618 (patch)
treec0a14c87378e832e87580be382e1c8ccea188b71 /doc/api
parent23bc19cb73aad969c9636b8b935111645e809e54 (diff)
downloadgitlab-ce-9c83aadd2604e7e6cb1f84683f951e6b12872618.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/deploy_tokens.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/deploy_tokens.md b/doc/api/deploy_tokens.md
index 8000629ba78..4d62fc857ba 100644
--- a/doc/api/deploy_tokens.md
+++ b/doc/api/deploy_tokens.md
@@ -82,7 +82,7 @@ Example response:
Creates a new deploy token for a project.
-```
+```plaintext
POST /projects/:id/deploy_tokens
```
@@ -119,7 +119,7 @@ Example response:
Removes a deploy token from the project.
-```
+```plaintext
DELETE /projects/:id/deploy_tokens/:token_id
```
@@ -144,7 +144,7 @@ These endpoints require group maintainer access or higher.
Get a list of a group's deploy tokens
-```
+```plaintext
GET /groups/:id/deploy_tokens
```
@@ -183,7 +183,7 @@ Example response:
Creates a new deploy token for a group.
-```
+```plaintext
POST /groups/:id/deploy_tokens
```
@@ -222,7 +222,7 @@ Example response:
Removes a deploy token from the group.
-```
+```plaintext
DELETE /groups/:id/deploy_tokens/:token_id
```