update_fields
Update multiple PDF form fields in a single call. Accepts field IDs with optional properties like position, size, name, type, and alignment; reports unknown fields but applies valid updates.
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 |