nex_proxy_modify
Update an existing proxy resource by ID with only the fields that change. Modify host, port, protocol, IP version, or write-only credentials without returning them.
Instructions
Update one existing custom proxy resource. Pass only the fields that must change. Credentials are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Documented alias of proxyId | |
| host | No | ||
| port | No | Proxy port | |
| remark | No | ||
| proxyId | No | Existing proxy resource ID from nex_proxy_list | |
| password | No | Write-only; never returned | |
| protocol | No | SOCKS5, HTTP, or HTTPS; omitted create defaults to SOCKS5 | |
| username | No | Write-only; never returned | |
| ipVersion | No | IPv4 or IPv6 |