v1

latestOpenAPI 3.0.02026-07-132849114.2 KB
Boundaries

Upload a boundary

Upload a Boundary entry by passing the geometry of the boundary. This will store the boundary but will not create field in Climate FieldView and will not link to an existing field in Climate FieldView. This is restricted to callers with boundaries:write scope. To upload a field boundary for field creation in Climate FieldView, please use POST /v4/uploads.

post/v4/boundaries

Request body

Example request

{
  "geometry": {
    "type": "Point",
    "coordinates": [
      0,
      0
    ]
  }
}

Response

OK

idstring uuid required