Update mutable fields on a crop. Only provided fields are touched.
Documentation Index
Fetch the complete documentation index at: https://docs.wiseyield.co/llms.txt
Use this file to discover all available pages before exploring further.
crops:write scope.
fieldId, the new field must belong to the same farm as the crop’s current field.
null to clear.null to clear.null to clear.areaUnit.null to clear.null to clear.winter, summer, autumn, spring, year_round. Pass null to clear.null to clear.null to clear.currency. Pass null to clear.currency. Pass null to clear.planned, planted, growing, harvested, failed. To set harvested and auto-populate actualHarvestDate, prefer the dedicated status endpoint.null to clear.data.
| Status | When |
|---|---|
400 INVALID_ID | {id} is not a valid UUID |
400 VALIDATION_ERROR | Schema validation failed, OR new fieldId doesn’t belong to the crop’s farm |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks crops:write scope |
404 NOT_FOUND | Crop doesn’t exist, is soft-deleted, or belongs to a farm the user doesn’t own |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |