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.