Add missing store endpoints (#1416)

This commit is contained in:
Pascal Vizeli 2022-10-21 20:13:15 +02:00 committed by GitHub
parent 930c8912a4
commit 3b30cea057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2356,6 +2356,22 @@ Update an add-on from the store.
</ApiEndpoint>
<ApiEndpoint path="/store/addons/<addon>/changelog" method="get">
Get the changelog for an add-on.
</ApiEndpoint>
<ApiEndpoint path="/store/addons/<addon>/documentation" method="get">
Get the documentation for an add-on.
</ApiEndpoint>
<ApiEndpoint path="/store/addons/<addon>/icon" method="get">
Get the add-on icon
</ApiEndpoint>
<ApiEndpoint path="/store/addons/<addon>/logo" method="get">
Get the add-on logo
</ApiEndpoint>
<ApiEndpoint path="/store/reload" method="post">
Reloads the information stored about add-ons.