Skip to main content
PUT

Authentication

Requires a key with the fields:write scope.

Path parameters

string
required
Farm UUID.
string
required
Field UUID.
string
required
Block UUID.
string
required
Plant UUID.

Request body

All fields are optional. Only fields you include in the body are updated.
string
1–100 characters.
string
1–200 characters. Pass null to clear. Unique within the block.
object
{ lat, lng }. Pass null to clear.
string
Calendar date as YYYY-MM-DD. A full ISO 8601 datetime is accepted too, but only its date part is kept. Pass null to clear.
string
One of alive, sick, dead, replaced, removed.
string
Up to 2,000 characters. Pass null to clear.

Response

Returns the updated plant wrapped under data.

Errors