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

# Update Property Value Description

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

Update the description for a specific property value and language

## Path parameters

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

## Headers

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

## Request body

- JTLWawiRestContractsModelsV1PropertyUpdatePropertyValueDescription — Model Class: UpdatePropertyValueDescription
  - `name` string — The property value name in the given language.
  - `description` string — The property value description in the given language.
  - `seoPath` string — The SEO path in the given language.
  - `seoMetaDescription` string — The SEO metadescription in the given language.
  - `seoTitleTag` string — The title tag (SEO) in the given language.
  - `seoMetaKeywords` string — The meta keywords in the given 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 data with the given IDs 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)
