diff options
Diffstat (limited to 'apps/updatenotification/openapi.json')
-rw-r--r-- | apps/updatenotification/openapi.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/updatenotification/openapi.json b/apps/updatenotification/openapi.json index 969dfc7cfaa..f635b0839ef 100644 --- a/apps/updatenotification/openapi.json +++ b/apps/updatenotification/openapi.json @@ -248,7 +248,8 @@ "description": "The version to search the changelog entry for (defaults to the latest installed)", "schema": { "type": "string", - "nullable": true + "nullable": true, + "default": null } }, { |