update_fields
Batch update multiple PDF form fields in a single call. Unknown field IDs are reported while 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 |