Bulk enable or disable property configurations
Updates the enabled flag for many property configuration records for an integration. This is a batch form of updating a single property configuration.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
integration_id
The Propexo unique identifier for the integration
Request
This endpoint expects an object.
property_configuration_ids
Property configuration IDs (enabled_properties) to update; at least one and at most 1000.
enabled
Whether the listed properties should be enabled for syncing.
Response
Successful response
success
Errors
400
Bad Request Error

