mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Allow to retrieve the quota itself via the provisioning api
This commit is contained in:
parent
ce0604bd06
commit
04c5259df0
1 changed files with 1 additions and 0 deletions
|
|
@ -623,6 +623,7 @@ class UsersController extends OCSController {
|
|||
'used' => $storage['used'],
|
||||
'total' => $storage['total'],
|
||||
'relative' => $storage['relative'],
|
||||
'quota' => $storage['quota'],
|
||||
];
|
||||
} catch (NotFoundException $ex) {
|
||||
$data = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue