Skip to content

Commit 0650336

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@6c6168b2.
1 parent f0ee65e commit 0650336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/AudiencesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ with segment_public_api.ApiClient(configuration) as api_client:
125125
# Create an instance of the API class
126126
api_instance = segment_public_api.AudiencesApi(api_client)
127127
space_id = '9aQ1Lj62S4bomZKLF4DPqW' # str |
128-
create_audience_preview_alpha_input = {"definition":{"query":"event('Shoes Bought').count() >= 1"},"audienceType":"USERS","options":{"filterByExternalIds":["android.idfa","anonymous_id","email","ios.idfa","user_id"],"backfillEventDataDays":7}} # CreateAudiencePreviewAlphaInput |
128+
create_audience_preview_alpha_input = {"definition":{"query":"entity('owned-accounts').count() >= 1","targetEntity":"owned-accounts"},"audienceType":"LINKED","options":{"filterByExternalIds":["android.idfa","anonymous_id","email","ios.idfa","user_id"]}} # CreateAudiencePreviewAlphaInput |
129129

130130
try:
131131
# Create Audience Preview
@@ -277,7 +277,7 @@ with segment_public_api.ApiClient(configuration) as api_client:
277277
# Create an instance of the API class
278278
api_instance = segment_public_api.AudiencesApi(api_client)
279279
space_id = '9aQ1Lj62S4bomZKLF4DPqW' # str |
280-
id = '2yKFfGeS62yzGxQSAieVOvsPOha-compute_preview_execution-dws3UdTNsppL5dRGsagFpP-compute_preview_execution' # str |
280+
id = '31XR7mRsdw3vz3ZqvRa1623re0q-compute_preview_execution-9aQ1Lj62S4bomZKLF4DPqW-compute_preview_execution' # str |
281281

282282
try:
283283
# Get Audience Preview

0 commit comments

Comments
 (0)