name, description, conditions, segmentSources, folderIds,pullContactsInterval, clonedFrom, columnInfo.curl --location --request PATCH 'https://app.highperformr.ai/api/segments/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Enterprise prospects (Q2)"
}'{
"data": {
"id": "seg_4n2k8j",
"type": "segments",
"attributes": {
"name": "Enterprise prospects (Q2)",
"segmentSources": [
"src_li_inbound_01"
]
}
}
}