Skip to content

Commit

Permalink
9.20 will get API item status
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Nov 1, 2024
1 parent b0a2962 commit be18260
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ref/rest.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,12 @@ <h4 id="changes-in-930">Changes in 9.30</h4>
</ul>
<h4 id="changes-in-920">Changes in 9.20</h4>
<ul>
<li>You can filter by items&#39; direct division. The current division search is recursive: it returns all items that have any of the filter&#39;s divisions anywhere in their ancestry. The new division search is shallow: it only returns items that are direct members of the filter&#39;s divisions.</li>
<li>
<p>In a future patch release of 9.20, an API client will be able to switch its own status between <code>normal</code> and <code>faulty</code> and set arbitrary status text. Marking the item as faulty will raise an alarm in Command Centre.</p>
</li>
<li>
<p>You can filter by items&#39; direct division. The current division search is recursive: it returns all items that have any of the filter&#39;s divisions anywhere in their ancestry. The new division search is shallow: it only returns items that are direct members of the filter&#39;s divisions.</p>
</li>
</ul>
<h4 id="changes-in-880">Changes in 8.80</h4>
<ul>
Expand Down
4 changes: 4 additions & 0 deletions swagger/restApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be18260

Please sign in to comment.