diff --git a/ref/rest.html b/ref/rest.html
index da9011b..6bc1a04 100644
--- a/ref/rest.html
+++ b/ref/rest.html
@@ -378,7 +378,12 @@
Changes in 9.30
Changes in 9.20
- - You can filter by items' direct division. The current division search is recursive: it returns all items that have any of the filter's divisions anywhere in their ancestry. The new division search is shallow: it only returns items that are direct members of the filter's divisions.
+ -
+
In a future patch release of 9.20, an API client will be able to switch its own status between normal
and faulty
and set arbitrary status text. Marking the item as faulty will raise an alarm in Command Centre.
+
+ -
+
You can filter by items' direct division. The current division search is recursive: it returns all items that have any of the filter's divisions anywhere in their ancestry. The new division search is shallow: it only returns items that are direct members of the filter's divisions.
+
Changes in 8.80
diff --git a/swagger/restApi.yaml b/swagger/restApi.yaml
index 5ef78b3..6bcb06d 100644
--- a/swagger/restApi.yaml
+++ b/swagger/restApi.yaml
@@ -69,6 +69,10 @@ info:
#### Changes in 9.20
+ * In a future patch release of 9.20, an API client will be able to switch its own status between
+ `normal` and `faulty` and set arbitrary status text. Marking the item as faulty will raise an
+ alarm in Command Centre.
+
* You can filter by items' direct division. The current division search is recursive: it
returns all items that have any of the filter's divisions anywhere in their ancestry. The new
division search is shallow: it only returns items that are direct members of the filter's