Update a property configuration

PUT
/v1/admin/integrations/:integration_id/properties/:property_configuration_id
Update a property configuration

Path parameters

integration_idstringRequired
The Propexo unique identifier for the integration
property_configuration_idstringRequired
The ID of the property configuration record.

Request

This endpoint expects an object.
enabledbooleanRequired
Whether or not we should be syncing data for this property on this integration.
order-bystringOptionalDefaults 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

offsetintegerOptionalDefaults to 0
Can be used for paginating results
limitintegerOptionalDefaults to 100
A number between 1 and 250 to determine the number of results to return in a single query
trigger_integration_resyncbooleanOptional
Triggers a resync of the integration after updating the property. This request will not trigger a new sync if one is already in progress, and no HTTP failure will be returned in this case. If you need clearer feedback, consider the POST v1/admin/integrations/{id}/manual-sync endpoint as an alternative to using this flag.

Response

This endpoint returns an object.
resultsobject

Errors