Admin

Update a property configuration

PUT
Update a property configuration

Path parameters

integration_idstringRequired
property_configuration_idstringRequired

Request

This endpoint expects an object.
enabled
booleanRequired
Whether or not we should be syncing data for this property on this integration.
order-by
stringOptionalDefaults to created_at:desc

Order the results by a field. Optionally include asc or desc preceded by a colon (default is asc). Example: ?order-by=updated_at:desc

offset
integerOptionalDefaults to 0
Can be used for paginating results
limit
integerOptionalDefaults to 100
A number between 1 and 250 to determine the number of results to return in a single query
trigger_integration_resync
booleanOptional
Triggers a resync of the integration to ingest new property data. This is only allowed in sandbox and at least five minutes after the most recent sync has completed for this integration.

Response

This endpoint returns an object
results
object