v1

latestOpenAPI 3.0.02026-08-061380344.2 KB
Crops & Plantings > Crop Plantings

Update a Crop Planting

put/crops/{crop_id}

Path parameters

crop_idstring required

Headers

Content-Typestring

Request body

object required

Example request

{
  "date_planned_harvest": "2022-02-16",
  "date_planted": "2021-03-10",
  "qty": 400,
  "spacing": 3,
  "spacing_unit": "Inches"
}

Response

Successful response