v1
latestOpenAPI 3.0.12026-07-245277551.2 MBProperty
Update property setting by name
put/datainsights/v1.1/property/settings/{name}
Path parameters
name'start_of_week' | 'currency_cdf_rounding_precision' required
Example:start_of_week
Property Setting Name
Headers
X-PROPERTY-IDinteger required
Property id of the client
Request body
Example request
{
"value": "Monday"
}Response
OK
Example response
{
"name": "start_of_week",
"value": "Monday",
"created_at": "2022-01-01T00:00:00Z",
"updated_at": "2022-01-01T00:00:00Z"
}