diff --git a/docs/sources/http_api/folder.md b/docs/sources/http_api/folder.md index b1d81c6c799..dc350cf1058 100644 --- a/docs/sources/http_api/folder.md +++ b/docs/sources/http_api/folder.md @@ -45,17 +45,12 @@ Content-Type: application/json { "id":1, "uid": "nErXDvCkzz", - "title": "Department ABC", - "url": "/dashboards/f/nErXDvCkzz/department-abc", - "hasAcl": false, - "canSave": true, - "canEdit": true, - "canAdmin": true, - "createdBy": "admin", - "created": "2018-01-31T17:43:12+01:00", - "updatedBy": "admin", - "updated": "2018-01-31T17:43:12+01:00", - "version": 1 + "title": "Department ABC" + }, + { + "id":2, + "uid": "k3S1cklGk", + "title": "Department RND" } ] ```