---
title: "Update transcript property"
method: PATCH
path: "/v1/transcript-property/{propertyID}"
tags: ["Transcript property", "Public-Docs"]
---

# Update transcript property

`PATCH /v1/transcript-property/{propertyID}`

Update the definition of the specified transcript property.

## Path parameters

- `propertyID` string, required — ID of the property to target.

## Request body

- object
  - `name` string — The name of this property.
  - `type` 'boolean' | 'number' | 'string' — The type of value held by this property.

## Response `204`

---

[API](https://skmtc.dev/voiceflow/apis/general-runtime.md) · [All operations](https://skmtc.dev/voiceflow/apis/general-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiceflow/general-runtime/revisions/6b1c4f778c56/schema)
