No results for filters results in 403.
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3213317. -->
Reported by: [deciphered](https://www.drupal.org/user/103796)
Related to !5
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>A JSON:API Menu Items query that applies filters will result in a 403 status code if no results are found.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>/jsonapi/menu_items/main?filter[parent]=fake</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Don't result in a 403, it's not access denied, it's a valid, empty result.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Make the change.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>N/A</p>
<h3 id="summary-api-changes">API changes</h3>
<p>N/A</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>N/A</p>
issue