diff --git a/docs/content/docs/en/reference/api/clients.mdx b/docs/content/docs/en/reference/api/clients.mdx
index 5833130ef..ac25bf3a7 100644
--- a/docs/content/docs/en/reference/api/clients.mdx
+++ b/docs/content/docs/en/reference/api/clients.mdx
@@ -249,6 +249,17 @@ _openapi:
Protocols without a URL form (socks, http, mixed, wireguard, dokodemo,
tunnel) contribute nothing.'
url: '#return-every-url-for-one-client-across-all-attached-inbounds--the-same-strings-the-copy-url-button-copies-in-the-panel-ui-supported-protocols-vmess-vless-trojan-shadowsocks-hysteria-if-streamsettingsexternalproxy-is-set-returns-one-url-per-external-proxy-protocols-without-a-url-form-socks-http-mixed-wireguard-dokodemo-tunnel-contribute-nothing'
+ - depth: 2
+ title: List registered HWID devices for a client. Hashes are not exposed.
+ url: '#list-registered-hwid-devices-for-a-client-hashes-are-not-exposed'
+ - depth: 2
+ title: Clear all registered HWID devices for a client so new devices can
+ register again.
+ url: '#clear-all-registered-hwid-devices-for-a-client-so-new-devices-can-register-again'
+ - depth: 2
+ title: Remove a single registered HWID device by its id, freeing one slot under
+ the HWID limit.
+ url: '#remove-a-single-registered-hwid-device-by-its-id-freeing-one-slot-under-the-hwid-limit'
structuredData:
headings:
- content: List every client with its attached inbound IDs and traffic record. The
@@ -458,6 +469,14 @@ _openapi:
proxy. Protocols without a URL form (socks, http, mixed, wireguard,
dokodemo, tunnel) contribute nothing.'
id: return-every-url-for-one-client-across-all-attached-inbounds--the-same-strings-the-copy-url-button-copies-in-the-panel-ui-supported-protocols-vmess-vless-trojan-shadowsocks-hysteria-if-streamsettingsexternalproxy-is-set-returns-one-url-per-external-proxy-protocols-without-a-url-form-socks-http-mixed-wireguard-dokodemo-tunnel-contribute-nothing
+ - content: List registered HWID devices for a client. Hashes are not exposed.
+ id: list-registered-hwid-devices-for-a-client-hashes-are-not-exposed
+ - content: Clear all registered HWID devices for a client so new devices can
+ register again.
+ id: clear-all-registered-hwid-devices-for-a-client-so-new-devices-can-register-again
+ - content: Remove a single registered HWID device by its id, freeing one slot
+ under the HWID limit.
+ id: remove-a-single-registered-hwid-device-by-its-id-freeing-one-slot-under-the-hwid-limit
contents: []
---
@@ -470,7 +489,7 @@ export default function Layout(props) {
return (
<>
{props.children}
-