diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index a117dea2..8572bfe5 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -77,7 +77,16 @@ Returns the raw container logs from docker. -Get the add-on icon + +Get the `icon.png` file of an add-on. + + + + + +Get the `dark_icon.png` file of an add-on. +This will fallback to `icon.png` if `dark_icon.png` does not exist. + @@ -247,7 +256,16 @@ Install an add-on -Get the add-on logo + +Get the `logo.png` file of an add-on. + + + + + +Get the `dark_logo.png` file of an add-on. +This will fallback to `logo.png` if `dark_logo.png` does not exist. +