update_fields
Update multiple fields in a PDF form in one call. Provide field IDs and properties to modify; unknown IDs are reported but valid updates are applied.
Instructions
Update many fields in one call (batch version of update_field).
Each item: {"field_id": "...", and any of x, y, w, h, name, field_type, align, vertical_align}. Items with an unknown field_id are reported back, the rest are still applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |