Fields
Update field
Update mutable fields on a field. Only provided fields are touched.
PUT
Authentication
Requires a key with thefields:write scope.
Path parameters
Farm UUID.
Field UUID.
Request body
All fields are optional. Only fields you include in the body are updated.1–200 characters.
Up to 2,000 characters. Pass
null to clear.Positive number in the farm’s
areaUnit.GeoJSON
Polygon. Pass null to clear.Up to 100 characters. Pass
null to clear.Pass
null to clear.One of
active, fallow, preparing, planted.Up to 5,000 characters. Pass
null to clear.Irrigation overrides (Blueprint §9.4)
These override the farm-wide irrigation defaults for this field.Liters/hour per emitter, 0–100.
0–50.
0–20 meters.
One of
drip, sprinkler, flood, pivot, manual, none.Response
Returns the updated field wrapped underdata.
Errors
| Status | When |
|---|---|
400 INVALID_ID | {id} or {fieldId} is not a valid UUID |
400 VALIDATION_ERROR | Body validation failed |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks fields:write scope |
404 NOT_FOUND | Farm or field doesn’t exist, is soft-deleted, or belongs to another user |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |