Merge branch 'fixes/namespace-api-documentation' into 'master'
Update API docs for new namespace format Closes #27730 See merge request !9073
This commit is contained in:
commit
8b40c9ca19
3 changed files with 18 additions and 81 deletions
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Update API docs for new namespace format
|
||||
merge_request: 9073
|
||||
author: Markus Koller
|
|
@ -106,15 +106,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,
|
||||
|
@ -190,15 +182,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,
|
||||
|
@ -237,15 +221,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,
|
||||
|
@ -286,15 +262,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,
|
||||
|
@ -416,15 +384,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,
|
||||
|
|
|
@ -72,13 +72,10 @@ Parameters:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 3,
|
||||
"name": "Diaspora",
|
||||
"owner_id": 1,
|
||||
"path": "diaspora",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"archived": false,
|
||||
"avatar_url": "http://example.com/uploads/project/avatar/4/uploads/avatar.png",
|
||||
|
@ -125,13 +122,10 @@ Parameters:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 4,
|
||||
"name": "Brightbox",
|
||||
"owner_id": 1,
|
||||
"path": "brightbox",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"permissions": {
|
||||
"project_access": {
|
||||
|
@ -210,13 +204,10 @@ Parameters:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 3,
|
||||
"name": "Diaspora",
|
||||
"owner_id": 1,
|
||||
"path": "diaspora",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"archived": false,
|
||||
"avatar_url": "http://example.com/uploads/project/avatar/4/uploads/avatar.png",
|
||||
|
@ -260,13 +251,10 @@ Parameters:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 4,
|
||||
"name": "Brightbox",
|
||||
"owner_id": 1,
|
||||
"path": "brightbox",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"permissions": {
|
||||
"project_access": {
|
||||
|
@ -398,13 +386,10 @@ Parameters:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 3,
|
||||
"name": "Diaspora",
|
||||
"owner_id": 1,
|
||||
"path": "diaspora",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"permissions": {
|
||||
"project_access": {
|
||||
|
@ -779,13 +764,10 @@ Example response:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 3,
|
||||
"name": "Diaspora",
|
||||
"owner_id": 1,
|
||||
"path": "diaspora",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"archived": true,
|
||||
"avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
|
||||
|
@ -847,13 +829,10 @@ Example response:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 3,
|
||||
"name": "Diaspora",
|
||||
"owner_id": 1,
|
||||
"path": "diaspora",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"archived": true,
|
||||
"avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
|
||||
|
@ -921,13 +900,10 @@ Example response:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 3,
|
||||
"name": "Diaspora",
|
||||
"owner_id": 1,
|
||||
"path": "diaspora",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"permissions": {
|
||||
"project_access": {
|
||||
|
@ -1006,13 +982,10 @@ Example response:
|
|||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
"namespace": {
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"description": "",
|
||||
"id": 3,
|
||||
"name": "Diaspora",
|
||||
"owner_id": 1,
|
||||
"path": "diaspora",
|
||||
"updated_at": "2013-09-30T13:46:02Z"
|
||||
"kind": "group"
|
||||
},
|
||||
"permissions": {
|
||||
"project_access": {
|
||||
|
|
Loading…
Reference in a new issue