Update a property’s metadata (name, readable_id, value, display_unit).
display_unit applies only to numeric and matrix properties; when provided it must be an allowed unit for the property’s category. When value is provided it must match the property type (same as create). Invalid value or display_unit return 400 with error invalid_value or invalid_unit. Only draft properties can be updated. Supported types: numeric, matrix, text, date, status. Formula properties cannot be updated via the public API.
Enter your API key. Example: Bearer poelis_api_...
Property type: numeric, matrix, text, date, or status
Request to update a property.
Property name
1Human-readable property ID (must be unique within item). Only lowercase letters, numbers and underscores are allowed.
1^[a-z0-9_]+$Property value
Display unit (numeric and matrix only)
Updated property
Unified public property representation.
Human-readable property ID
numeric, text, date, status, matrix, formula Property value. Numeric: plain number or matrix (category/display_unit always set; matrix value string e.g. "[[1,2,3],[4,5,6]]") or formula (category/display_unit never set; value is the result of the computation including unit if any). Text: string. Date: string, ISO date (e.g. "2025-01-29"). Status: string, one of "Draft", "Under Review", "Done".
Category. For numeric (plain number or matrix) always set; for formula never set.
Display unit. For numeric (plain number or matrix) always set; for formula never set.
References to source documents for this property
Formula expression for numeric properties that calculate their value from other properties. Uses @{property_id} syntax to reference dependencies. The value field holds the result of this computation, including unit if any.
User who created the property
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}ISO 8601 creation timestamp
ISO 8601 last-update timestamp
User who last updated the property
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}