Update json in admin api doc
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alex 2022-06-10 11:30:42 +02:00
parent 180e7fef0a
commit 92d912faef
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

@ -473,24 +473,31 @@ Example response:
```json ```json
{ {
"id": "e6a14cd6a27f48684579ec6b381c078ab11697e6bc8513b72b2f5307e25fff9b", "id": "afa8f0a22b40b1247ccd0affb869b0af5cff980924a20e4b5e0720a44deb8d39",
"globalAliases": [ "globalAliases": [],
"alex" "websiteAccess": false,
], "websiteConfig": null,
"keys": [ "keys": [
{ {
"accessKeyId": "GK31c2f218a2e44f485b94239e", "accessKeyId": "GK31c2f218a2e44f485b94239e",
"name": "alex", "name": "Imported key",
"permissions": { "permissions": {
"read": true, "read": true,
"write": true, "write": true,
"owner": true "owner": true
}, },
"bucketLocalAliases": [ "bucketLocalAliases": [
"test" "debug"
] ]
} }
] ],
"objects": 14827,
"bytes": 13189855625,
"unfinshedUploads": 0,
"quotas": {
"maxSize": null,
"maxObjects": null
}
} }
``` ```