1
0
Fork 0
mirror of synced 2024-07-08 16:06:02 +12:00
This commit is contained in:
shimon 2023-02-14 20:06:21 +02:00
parent acbf676d94
commit 1b3da3cc3a

View file

@ -30,7 +30,7 @@ class UsageStorage extends Model
'example' => [], 'example' => [],
'array' => true 'array' => true
]) ])
->addRule('storage', [ ->addRule('filesStorage', [
'type' => Response::MODEL_METRIC, 'type' => Response::MODEL_METRIC,
'description' => 'Aggregated stats for the occupied storage size (in bytes).', 'description' => 'Aggregated stats for the occupied storage size (in bytes).',
'default' => [], 'default' => [],