---
title: "Create or update property description"
method: PUT
path: "/properties/{propertyId}/description"
tags: ["Property Description API"]
---

# Create or update property description

`PUT /properties/{propertyId}/description`

## Path parameters

- `propertyId` integer, required

## Request body

- PropertyDescription
  - `text` string, required
  - `language_code` string
  - `last_update` string

## Response `default`

default response

- ApiResponse
  - `data` object
  - `warnings` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `errors` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `meta` ResponseMeta
    - `ruid` string

---

[API](https://skmtc.net/booking/apis/property-api.md) · [All operations](https://skmtc.net/booking/apis/property-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/property-api/revisions/491461b029b5/schema)
