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:
Diffstat (limited to 'doc/api/namespaces.md')
-rw-r--r--doc/api/namespaces.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/namespaces.md b/doc/api/namespaces.md
index 794da9d8f96..b4b8a26e1ba 100644
--- a/doc/api/namespaces.md
+++ b/doc/api/namespaces.md
@@ -53,6 +53,7 @@ Example response:
"web_url": "https://gitlab.example.com/user1",
"billable_members_count": 1,
"plan": "default",
+ "end_date": null,
"trial_ends_on": null,
"trial": false,
"root_repository_size": 100,
@@ -70,6 +71,7 @@ Example response:
"members_count_with_descendants": 2,
"billable_members_count": 2,
"plan": "default",
+ "end_date": null,
"trial_ends_on": null,
"trial": false,
"root_repository_size": 100,
@@ -87,6 +89,7 @@ Example response:
"members_count_with_descendants": 5,
"billable_members_count": 5,
"plan": "default",
+ "end_date": null,
"trial_ends_on": null,
"trial": false,
"root_repository_size": 100,
@@ -168,6 +171,7 @@ Example response:
"max_seats_used": 0,
"seats_in_use": 0,
"plan": "default",
+ "end_date": null,
"trial_ends_on": null,
"trial": false,
"root_repository_size": 100,
@@ -198,6 +202,7 @@ Example response:
"max_seats_used": 0,
"seats_in_use": 0,
"plan": "default",
+ "end_date": null,
"trial_ends_on": null,
"trial": false,
"root_repository_size": 100