Update a property
PUT/properties/:id
Updates a property. Validates that changes don't break existing site values or onboarding rule references.
Supported constraints by type:
- integer: min, max
- string: max_len
Note: Property names cannot start with the reserved prefix 'sys'
Request
Responses
- 200
- 404
- 409
- 500
Property updated successfully
Not Found
Conflict
Internal Server Error