mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 11:56:29 +00:00
Add missing store endpoints (#1416)
This commit is contained in:
parent
930c8912a4
commit
3b30cea057
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user