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-27 12:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /doc/api/managed_licenses.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/managed_licenses.md')
-rw-r--r--doc/api/managed_licenses.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/managed_licenses.md b/doc/api/managed_licenses.md
index 34b1e5dc6dc..66125d23a82 100644
--- a/doc/api/managed_licenses.md
+++ b/doc/api/managed_licenses.md
@@ -4,7 +4,7 @@
Get all managed licenses for a given project.
-```
+```plaintext
GET /projects/:id/managed_licenses
```
@@ -37,7 +37,7 @@ Example response:
Shows an existing managed license.
-```
+```plaintext
GET /projects/:id/managed_licenses/:managed_license_id
```
@@ -64,7 +64,7 @@ Example response:
Creates a new managed license for the given project with the given name and approval status.
-```
+```plaintext
POST /projects/:id/managed_licenses
```
@@ -92,7 +92,7 @@ Example response:
Deletes a managed license with a given id.
-```
+```plaintext
DELETE /projects/:id/managed_licenses/:managed_license_id
```
@@ -111,7 +111,7 @@ When successful, it replies with an HTTP 204 response.
Updates an existing managed license with a new approval status.
-```
+```plaintext
PATCH /projects/:id/managed_licenses/:managed_license_id
```