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

Changes

No recorded changes to this endpoint across all 1 revision of this API.