---
title: "Update a parcel picture"
method: PATCH
path: "/orgs/{orgId}/parcels/{parcelIdExt}/parcelPictures/{parcelPictureId}"
tags: ["orgs/parcels"]
---

# Update a parcel picture

`PATCH /orgs/{orgId}/parcels/{parcelIdExt}/parcelPictures/{parcelPictureId}`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w<br/><br/>__Endpoint name__: updateParcelPicture

## Path parameters

- `orgId` integer, required
- `parcelIdExt` string, required
- `parcelPictureId` integer, required

## Request body

- object
  - `parcelPictureTypeId` integer
  - `picture` object
    - `base64` string, required

## Response `204`

No Content

---

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