pmg_action_field_update
Update an existing field-modification action in Proxmox Mail Gateway RuleDB. Dry-run returns a plan; confirm=true executes the change.
Instructions
MUTATION (MEDIUM): update a field-modification action object in the PMG RuleDB. Dry-run by default.
id_ comes from pmg_action_objects_list; to create a new one instead use pmg_action_field_create. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | Compound action object ID (e.g. '13_26') from pmg_action_objects_list. | |
| info | No | New free-text description; omit to keep current value. | |
| name | Yes | New action object name; required (PMG rejects partial updates). | |
| field | Yes | New mail header field to set; required (PMG rejects partial updates). | |
| value | Yes | New value to assign to the header field; required (PMG rejects partial updates). | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |