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-03-24 15:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-24 15:09:42 +0300
commit729e3765d5feb762df1ccfbc228a8dd4662aa3f9 (patch)
treef326420fc64999c6bcc28816ed54f0972fb46459 /doc/api/groups.md
parent6f7881ee9dcec34141a8f34fc814b56b366d2b48 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r--doc/api/groups.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index 235f7f4081a..fbad7f3f11b 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -49,7 +49,8 @@ GET /groups
"full_name": "Foobar Group",
"full_path": "foo-bar",
"file_template_project_id": 1,
- "parent_id": null
+ "parent_id": null,
+ "created_at": "2020-01-15T12:36:29.590Z"
}
]
```
@@ -85,6 +86,7 @@ GET /groups?statistics=true
"full_path": "foo-bar",
"file_template_project_id": 1,
"parent_id": null,
+ "created_at": "2020-01-15T12:36:29.590Z",
"statistics": {
"storage_size" : 212,
"repository_size" : 33,
@@ -157,7 +159,8 @@ GET /groups/:id/subgroups
"full_name": "Foobar Group",
"full_path": "foo-bar",
"file_template_project_id": 1,
- "parent_id": 123
+ "parent_id": 123,
+ "created_at": "2020-01-15T12:36:29.590Z"
}
]
```
@@ -282,6 +285,7 @@ Example response:
"runners_token": "ba324ca7b1c77fc20bb9",
"file_template_project_id": 1,
"parent_id": null,
+ "created_at": "2020-01-15T12:36:29.590Z",
"projects": [
{
"id": 7,
@@ -591,6 +595,7 @@ Example response:
"full_path": "foo-bar",
"file_template_project_id": 1,
"parent_id": null,
+ "created_at": "2020-01-15T12:36:29.590Z",
"projects": [
{
"id": 9,