diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-19 22:11:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-19 22:11:55 +0000 |
commit | 5a8431feceba47fd8e1804d9aa1b1730606b71d5 (patch) | |
tree | e5df8e0ceee60f4af8093f5c4c2f934b8abced05 /doc/api/license.md | |
parent | 4d477238500c347c6553d335d920bedfc5a46869 (diff) | |
download | gitlab-ce-5a8431feceba47fd8e1804d9aa1b1730606b71d5.tar.gz |
Add latest changes from gitlab-org/gitlab@12-5-stable-ee
Diffstat (limited to 'doc/api/license.md')
-rw-r--r-- | doc/api/license.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/license.md b/doc/api/license.md index 12f1d03d576..c56a5fee95a 100644 --- a/doc/api/license.md +++ b/doc/api/license.md @@ -17,6 +17,7 @@ GET /license "starts_at": "2018-01-27", "expires_at": "2022-01-27", "historical_max": 300, + "maximum_user_count": 300, "expired": false, "overage": 200, "user_limit": 100, @@ -46,6 +47,7 @@ GET /licenses "starts_at": "2018-01-27", "expires_at": "2022-01-27", "historical_max": 300, + "maximum_user_count": 300, "expired": false, "overage": 200, "user_limit": 100, @@ -64,6 +66,7 @@ GET /licenses "starts_at": "2018-01-27", "expires_at": "2022-01-27", "historical_max": 300, + "maximum_user_count": 300, "expired": false, "overage": 200, "user_limit": 100, @@ -112,6 +115,7 @@ Example response: "starts_at": "2018-01-27", "expires_at": "2022-01-27", "historical_max": 300, + "maximum_user_count": 300, "expired": false, "overage": 200, "user_limit": 100, @@ -155,6 +159,7 @@ Example response: "starts_at": "2018-01-27", "expires_at": "2022-01-27", "historical_max": 300, + "maximum_user_count": 300, "expired": false, "overage": 200, "user_limit": 100, |