update_bridge
Update bridge settings in UniFi Fabric using read-before and no-op logic to avoid unnecessary writes, then verify changes with read-after.
Instructions
Update bridge settings (PATCH /v1/bridges/{id}) with read-before/no-op/read-after.
host: console name, ID, or composite ID (MAC:numericId format).
bridge_id: REQUIRED. Obtain it from list_bridges (its id field).
settings: fields to change. No write when all match. Governed by
UNIFI_PROTECT_MUTATIONS_ENABLED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| settings | Yes | ||
| bridge_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||