Skip to main content
PATCH
Update Property

Authorizations

Authorization
string
header
required

Generate a shared token via /authenticate/token, then pass it as Authorization: Bearer <token>.

Path Parameters

property_id
string
required

Unique property identifier.

Body

application/json
workspace_id
string
required

Public workspace UUID.

Example:

"Ab12Cd"

rent_amount
number
Example:

1325

street
string
Minimum string length: 1
street_number
integer
Required range: x >= 1
postal_code
string
Minimum string length: 1
floor
integer
Required range: x >= 0
letter
string
Minimum string length: 1
province
string
Minimum string length: 1
municipality
string
Minimum string length: 1
entrance_stairwell
string
Minimum string length: 1
bedrooms
integer
Required range: x >= 0
bathrooms
integer
Required range: x >= 0
property_reference
string
Minimum string length: 1

Response

Property updated successfully.

status
string
required
Allowed value: "success"
message
string
required
Example:

"Property retrieved successfully"

data
object
required