Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/api/supervisor/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -3233,6 +3233,14 @@ Get the add-on icon
Get the add-on logo
</ApiEndpoint>

<ApiEndpoint path="/store/addons/<addon>/availability" method="get">

Returns 200 success status if the latest version of the add-on is able to be
installed on the current system. Returns a 400 error status if it is not with a
message explaining why.

</ApiEndpoint>

<ApiEndpoint path="/store/reload" method="post">

Reloads the information stored about add-ons.
Expand Down