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/license.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/license.md')
-rw-r--r--doc/api/license.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/license.md b/doc/api/license.md
index 2be26e1bddf..71e95fc3202 100644
--- a/doc/api/license.md
+++ b/doc/api/license.md
@@ -5,7 +5,7 @@ as an admin.
## Retrieve information about the current license
-```
+```plaintext
GET /license
```
@@ -34,7 +34,7 @@ GET /license
## Retrieve information about all licenses
-```
+```plaintext
GET /licenses
```
@@ -93,7 +93,7 @@ Returns:
## Add a new license
-```
+```plaintext
POST /license
```
@@ -137,7 +137,7 @@ Returns:
## Delete a license
-```
+```plaintext
DELETE /license/:id
```