PATCH
Update property

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

property_id
string<uuid>
required

Property ID

Body

application/json

JSON payload used to update property.

Request payload for update property.

name
string | null

Human-readable name for the resource.

Required string length: 1 - 120
address
string | null

Street address or address detail for the resource.

Maximum string length: 255
city
string | null

City portion of the address.

Maximum string length: 80
district
string | null

District portion of the address.

Maximum string length: 80
ward
string | null

Ward portion of the address.

Maximum string length: 80
note
string | null

Optional note captured by the operator.

Maximum string length: 1000

Response

Updated property

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.