---
title: "Update Property Value"
method: PATCH
path: "/v2/properties/{propertyId}/values/{propertyValueId}"
tags: ["property"]
---

# Update Property Value

`PATCH /v2/properties/{propertyId}/values/{propertyValueId}`

Update the value of a specific property

## Path parameters

- `propertyId` string, uuid, required
- `propertyValueId` string, uuid, required

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Request body

- JTLWawiRestContractsModelsV1PropertyUpdatePropertyValue — Model Class: UpdatePropertyValue
  - `name` string — Name of the property value in the default language.
  - `description` string — Description of the property value in the default language.

## Response `204`

## Other responses

- `400` — The sent data is invalid.
- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No property value or property with the given ID exists

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
