1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Address Comments

This commit is contained in:
Bradley Schofield 2024-09-24 01:48:15 +09:00
parent e8bd577d4e
commit 9b454b07b9
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ class UsageDatabases extends Model
])
->addRule('storage', [
'type' => Response::MODEL_METRIC,
'description' => 'Aggregated number of databases storage in bytes per period.',
'description' => 'An array of the aggregated number of databases storage in bytes per period.',
'default' => [],
'example' => [],
'array' => true

View file

@ -126,7 +126,7 @@ class UsageProject extends Model
])
->addRule('databasesStorageBreakdown', [
'type' => Response::MODEL_METRIC_BREAKDOWN,
'description' => 'Aggregated breakdown in totals of usage by databases.',
'description' => 'An array of the aggregated breakdown of storage usage by databases.',
'default' => [],
'example' => [],
'array' => true