Update Property Value
PUT /v2/product/property/:id
Updates an existing property value. The endpoint validates changes, persists the update, and returns the modified resource with refreshed metadata.
Request Body
{
"value": "13m"
}
Response Example
{
"_id": "property-id-1",
"name": "Length",
"tenant": "tenant-id-1",
"orderIndex": 4,
"created": "2025-08-29T10:56:02.607Z",
"updated": "2025-11-03T10:10:31.631Z",
"__v": 0,
"value": "13m",
"id": "property-id-1"
}