We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3ff4a commit 25f637eCopy full SHA for 25f637e
backend/src/Entity/Api/Admin/UpdateDetails.php
@@ -20,12 +20,12 @@ public function __construct(
20
description: 'The stable-equivalent branch your installation currently appears to be on.',
21
example: '0.20.3'
22
)]
23
- public string $current_release,
+ public ?string $current_release,
24
#[OA\Property(
25
description: 'The current latest stable release of the software.',
26
example: '0.20.4'
27
28
- public string $latest_release,
+ public ?string $latest_release,
29
30
description: 'If you are on the Rolling Release, whether your installation needs to be updated.',
31
0 commit comments