docs: fix endpoint names, remove dead signlas/unbound, correct unmounted routes list

This commit is contained in:
Accusys
2026-05-18 00:42:27 +08:00
parent 088aefdac7
commit 01bebb645a
6 changed files with 494 additions and 21 deletions

View File

@@ -469,14 +469,6 @@ a { color: #0066cc; }
</tr>
</tbody>
</table>
<hr />
<h3><code>GET /api/v1/signals/unbound</code></h3>
<p><strong>Auth</strong>: Required
<strong>Scope</strong>: identity-level</p>
<p>List unbound face signals — face detections that have not yet been assigned to any identity.</p>
<h4>Example</h4>
<div class="codehilite"><pre><span></span><code>curl<span class="w"> </span>-s<span class="w"> </span><span class="s2">&quot;</span><span class="nv">$API</span><span class="s2">/api/v1/signals/unbound&quot;</span><span class="w"> </span>-H<span class="w"> </span><span class="s2">&quot;X-API-Key: </span><span class="nv">$KEY</span><span class="s2">&quot;</span>
</code></pre></div>
</div>
</body>
</html>