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_idstringRequired
The Propexo unique identifier for the integration

Request

This endpoint expects an object.
property_configuration_idslist of stringsRequired

Property configuration IDs (enabled_properties) to update; at least one and at most 1000.

enabledbooleanRequired
Whether the listed properties should be enabled for syncing.

Response

Successful response
successboolean

Errors

400
Bad Request Error