Docs: /sources/http_api/folder.md (#32407)

This commit is contained in:
ying-jeanne 2021-03-29 13:21:20 +02:00 committed by GitHub
parent b82c510581
commit 73a5fec2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,17 +45,12 @@ Content-Type: application/json
{ {
"id":1, "id":1,
"uid": "nErXDvCkzz", "uid": "nErXDvCkzz",
"title": "Department ABC", "title": "Department ABC"
"url": "/dashboards/f/nErXDvCkzz/department-abc", },
"hasAcl": false, {
"canSave": true, "id":2,
"canEdit": true, "uid": "k3S1cklGk",
"canAdmin": true, "title": "Department RND"
"createdBy": "admin",
"created": "2018-01-31T17:43:12+01:00",
"updatedBy": "admin",
"updated": "2018-01-31T17:43:12+01:00",
"version": 1
} }
] ]
``` ```