---
title: "Update an area by id"
method: PATCH
path: "/v3/forest-watcher/area/{areaId}"
tags: ["v3"]
---

# Update an area by id

`PATCH /v3/forest-watcher/area/{areaId}`

Update an area

## Response `200`

OK

- object
  - `data` Area
    - `name` string, required
    - `application` string, required
    - `geostore` string, required
    - `userId` string, required
    - `createdAt` string
    - `updatedAt` string
    - `image` string, required
    - `datasets` object[]
    - `use` object
    - `env` string
    - `iso` object
    - `admin` object
    - `tags` object[]
    - `status` string
    - `public` boolean
    - `fireAlerts` boolean
    - `deforestationAlerts` boolean
    - `webhookUrl` string
    - `monthlySummary` boolean
    - `subscriptionId` string
    - `email` string
    - `language` string
    - `confirmed` boolean
    - `teamId` string
    - `reportTemplate` object[]

## Changes

- **2022-07-06** `d862041fdb41` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2022-07-05** `3481b1965bc1` — 3 info
  - added the new optional request property `geojson`
  - added the new optional request property `image`
  - added the new optional request property `name`
- **2022-06-28** `7a159beb7204` — 1 info
  - api tag `v3` added
- **2022-06-28** `072fe6aadae0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wri/apis/fw-api/changes/v3/forest-watcher/area/:areaId/patch.md)

---

[API](https://skmtc.dev/wri/apis/fw-api.md) · [All operations](https://skmtc.dev/wri/apis/fw-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wri/fw-api/revisions/9bcf4fe5dd9c/schema)
