1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

Add total for getSpecifications

This commit is contained in:
Bradley Schofield 2024-08-19 13:18:45 +09:00
parent 09f1a378dc
commit b855baded2

View file

@ -514,6 +514,7 @@ App::get('/v1/functions/specifications')
$response->dynamic(new Document([
'specifications' => $runtimeSpecs,
'total' => count($runtimeSpecs)
]), Response::MODEL_SPECIFICATION_LIST);
});