runFrequency.curl --location --request PATCH 'https://app.highperformr.ai/api/sources/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"runFrequency": {
"numberOfPastDaysToSync": "7",
"periodicInterval": "7d"
}
}'{
"data": {
"id": "src_li_inbound_01",
"type": "sources",
"attributes": {
"sourceType": "linkedinInbound",
"sourceIdentifier": "https://www.linkedin.com/in/jamie-rivera-example",
"runFrequency": {
"numberOfPastDaysToSync": "7",
"periodicInterval": "7d"
}
}
}
}