The Update Field by ID endpoint modifies the properties of an existing field. The Field type cannot be updated. All parameters are optional.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameters to update a Checkbox field
The page number where the field appears. Pages follow 1-based indexing, so the first page is 1.
An array of numbers in the format [x, y, w, h] that defines the field’s bounding box on the page:
x, y are the coordinates of the top-left corner, measured in points (pt).w, h are the width and height of the bounding box, also in points (pt).For more information on calculating positions, see the Bounding Box Guide.
4 elementsA boolean that indicates whether the participant must complete the field.
The unique identifier of the participant assigned to the field.
Field updated successfully
Response representing a Checkbox field
An array of numbers in the format [x, y, w, h] that defines the field's bounding box on the page:
x, y are the coordinates of the top-left corner, measured in points (pt).w, h are the width and height of the bounding box, also in points (pt).For more information on calculating positions, see the Bounding Box Guide.
4[100, 200, 150, 50]checkbox The unique identifier of the participant assigned to the field. Fields can only be created for participants with the signer role.
ID of the document to which this field belongs.
The page number where the field appears. Pages follow 1-based indexing, so the first page is 1.
A boolean that indicates whether the participant must complete the field.
Unique ID of the field