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.

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