Skip to content

Commit 2845c42

Browse files
authored
Document Supervisor's add-on availability api (home-assistant#2769)
1 parent 49e4dac commit 2845c42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/api/supervisor/endpoints.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3259,6 +3259,14 @@ Get the add-on icon
32593259
Get the add-on logo
32603260
</ApiEndpoint>
32613261

3262+
<ApiEndpoint path="/store/addons/<addon>/availability" method="get">
3263+
3264+
Returns 200 success status if the latest version of the add-on is able to be
3265+
installed on the current system. Returns a 400 error status if it is not with a
3266+
message explaining why.
3267+
3268+
</ApiEndpoint>
3269+
32623270
<ApiEndpoint path="/store/reload" method="post">
32633271

32643272
Reloads the information stored about add-ons.

0 commit comments

Comments
 (0)