update_port_forward_rule
Modify an existing port forwarding rule by ID. Pass any subset of fields to patch its forwarding configuration.
Instructions
Update an existing port forwarding rule by id. Pass any subset of fields to patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The _id of the rule to update | |
| payload | Yes | Partial rule fields to update (name, enabled, proto, fwd, fwd_port, dst_port, src, etc.) |