diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md
index f077a303..0976faac 100644
--- a/docs/api/supervisor/endpoints.md
+++ b/docs/api/supervisor/endpoints.md
@@ -1498,6 +1498,25 @@ Returns a dict with selected keys from other `/*/info` endpoints.
+
+/resolution
+
+**Returned data:**
+
+| key | type | description |
+| -------- | ---------- | ------------------------------------------------ |
+| unsupported | list | A list of reasons why a installation is marked as unsupported (container, dbus, docker_configuration, docker_version, lxc, network_manager, os, privileged, systemd) |
+
+**Example response:**
+
+```json
+{
+ "unsupported": ["os"]
+}
+```
+
+
+
### Multicast