Add reload updates for main components (#2651)

This commit is contained in:
Stefan Agner 2025-04-24 23:13:06 +02:00 committed by GitHub
parent 42376bda5b
commit dc3e242c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2057,8 +2057,15 @@ Returns information about available updates
</ApiEndpoint>
<ApiEndpoint path="/reload_updates" method="post">
This reloads information about main components (OS, Supervisor, Core, and
Plug-ins).
</ApiEndpoint>
<ApiEndpoint path="/refresh_updates" method="post">
This reloads information about add-on repositories and fetches new version files.
This endpoint is currently discouraged. Use `/reload_updates` or `/store/reload`
instead.
</ApiEndpoint>
<ApiEndpoint path="/info" method="get">