diff options
author | Markus Koller <markus-koller@gmx.ch> | 2017-02-08 21:08:18 +0100 |
---|---|---|
committer | Markus Koller <markus-koller@gmx.ch> | 2017-02-08 21:12:13 +0100 |
commit | 09a04107c3b4cc11c8114c1d9bd528b335ef9a2e (patch) | |
tree | 7ec6ae40221d73629e2a613fc454da7381f0c61e /doc/api/groups.md | |
parent | 6d97120139cd5d07856b27b88386105acd6e7913 (diff) | |
download | gitlab-ce-09a04107c3b4cc11c8114c1d9bd528b335ef9a2e.tar.gz |
Update API docs for new namespace format
Follow-up to d05dd81b which changed the nested namespaces in projects
to use API::Entities::Namespace instead of exposing all fields.
Fixes #27730
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r-- | doc/api/groups.md | 50 |
1 files changed, 5 insertions, 45 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 3b38e3e1bee..45b81977f0d 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -105,15 +105,7 @@ Example response: "id": 5, "name": "Experimental", "path": "h5bp", - "owner_id": null, - "created_at": "2016-04-05T21:40:49.152Z", - "updated_at": "2016-04-07T08:07:48.466Z", - "description": "foo", - "avatar": { - "url": null - }, - "share_with_group_lock": false, - "visibility_level": 10 + "kind": "group" }, "avatar_url": null, "star_count": 1, @@ -188,15 +180,7 @@ Example response: "id": 4, "name": "Twitter", "path": "twitter", - "owner_id": null, - "created_at": "2016-06-17T07:47:24.216Z", - "updated_at": "2016-06-17T07:47:24.216Z", - "description": "Aliquid qui quis dignissimos distinctio ut commodi voluptas est.", - "avatar": { - "url": null - }, - "share_with_group_lock": false, - "visibility_level": 20 + "kind": "group" }, "avatar_url": null, "star_count": 0, @@ -235,15 +219,7 @@ Example response: "id": 4, "name": "Twitter", "path": "twitter", - "owner_id": null, - "created_at": "2016-06-17T07:47:24.216Z", - "updated_at": "2016-06-17T07:47:24.216Z", - "description": "Aliquid qui quis dignissimos distinctio ut commodi voluptas est.", - "avatar": { - "url": null - }, - "share_with_group_lock": false, - "visibility_level": 20 + "kind": "group" }, "avatar_url": null, "star_count": 0, @@ -284,15 +260,7 @@ Example response: "id": 5, "name": "H5bp", "path": "h5bp", - "owner_id": null, - "created_at": "2016-06-17T07:47:26.621Z", - "updated_at": "2016-06-17T07:47:26.621Z", - "description": "Id consequatur rem vel qui doloremque saepe.", - "avatar": { - "url": null - }, - "share_with_group_lock": false, - "visibility_level": 20 + "kind": "group" }, "avatar_url": null, "star_count": 0, @@ -412,15 +380,7 @@ Example response: "id": 5, "name": "Experimental", "path": "h5bp", - "owner_id": null, - "created_at": "2016-04-05T21:40:49.152Z", - "updated_at": "2016-04-07T08:07:48.466Z", - "description": "foo", - "avatar": { - "url": null - }, - "share_with_group_lock": false, - "visibility_level": 10 + "kind": "group" }, "avatar_url": null, "star_count": 1, |