You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/Marketing/Events/Api/ListAssociationsApi.php
+5-5
Original file line number
Diff line number
Diff line change
@@ -1226,7 +1226,7 @@ public function disassociateByMarketingEventIdRequest($marketing_event_id, $list
1226
1226
*
1227
1227
* Get lists associated with a marketing event
1228
1228
*
1229
-
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
1229
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
1230
1230
* @param string $external_event_id The id of the marketing event in the external event application. (required)
1231
1231
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
1232
1232
*
@@ -1245,7 +1245,7 @@ public function getAllByExternalAccountAndEventIds($external_account_id, $extern
1245
1245
*
1246
1246
* Get lists associated with a marketing event
1247
1247
*
1248
-
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
1248
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
1249
1249
* @param string $external_event_id The id of the marketing event in the external event application. (required)
1250
1250
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
1251
1251
*
@@ -1405,7 +1405,7 @@ public function getAllByExternalAccountAndEventIdsWithHttpInfo($external_account
1405
1405
*
1406
1406
* Get lists associated with a marketing event
1407
1407
*
1408
-
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
1408
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
1409
1409
* @param string $external_event_id The id of the marketing event in the external event application. (required)
1410
1410
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
1411
1411
*
@@ -1427,7 +1427,7 @@ function ($response) {
1427
1427
*
1428
1428
* Get lists associated with a marketing event
1429
1429
*
1430
-
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
1430
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
1431
1431
* @param string $external_event_id The id of the marketing event in the external event application. (required)
1432
1432
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
1433
1433
*
@@ -1478,7 +1478,7 @@ function ($exception) {
1478
1478
/**
1479
1479
* Create request for operation 'getAllByExternalAccountAndEventIds'
1480
1480
*
1481
-
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application. (required)
1481
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
1482
1482
* @param string $external_event_id The id of the marketing event in the external event application. (required)
1483
1483
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAllByExternalAccountAndEventIds'] to see the possible values for this operation
Copy file name to clipboardExpand all lines: codegen/Marketing/Events/Api/SubscriberStateChangesApi.php
+20-20
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,9 @@ public function getConfig()
130
130
*
131
131
* Record a subscriber state by contact email
132
132
*
133
-
* @param string $external_event_id The ID of the marketing event (required)
133
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
134
134
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
135
-
* @param string $external_account_id The account ID associated with the marketing event (required)
135
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
138
138
*
@@ -151,9 +151,9 @@ public function upsertByContactEmail($external_event_id, $subscriber_state, $ext
151
151
*
152
152
* Record a subscriber state by contact email
153
153
*
154
-
* @param string $external_event_id The ID of the marketing event (required)
154
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
155
155
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
156
-
* @param string $external_account_id The account ID associated with the marketing event (required)
156
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
159
159
*
@@ -278,9 +278,9 @@ public function upsertByContactEmailWithHttpInfo($external_event_id, $subscriber
278
278
*
279
279
* Record a subscriber state by contact email
280
280
*
281
-
* @param string $external_event_id The ID of the marketing event (required)
281
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
282
282
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
283
-
* @param string $external_account_id The account ID associated with the marketing event (required)
283
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
286
286
*
@@ -302,9 +302,9 @@ function ($response) {
302
302
*
303
303
* Record a subscriber state by contact email
304
304
*
305
-
* @param string $external_event_id The ID of the marketing event (required)
305
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
306
306
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
307
-
* @param string $external_account_id The account ID associated with the marketing event (required)
307
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
310
310
*
@@ -355,9 +355,9 @@ function ($exception) {
355
355
/**
356
356
* Create request for operation 'upsertByContactEmail'
357
357
*
358
-
* @param string $external_event_id The ID of the marketing event (required)
358
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
359
359
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
360
-
* @param string $external_account_id The account ID associated with the marketing event (required)
360
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactEmail'] to see the possible values for this operation
363
363
*
@@ -501,9 +501,9 @@ public function upsertByContactEmailRequest($external_event_id, $subscriber_stat
501
501
*
502
502
* Record a subscriber state by contact ID
503
503
*
504
-
* @param string $external_event_id The ID of the marketing event (required)
504
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
505
505
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
506
-
* @param string $external_account_id The account ID associated with the marketing event (required)
506
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
509
509
*
@@ -522,9 +522,9 @@ public function upsertByContactId($external_event_id, $subscriber_state, $extern
522
522
*
523
523
* Record a subscriber state by contact ID
524
524
*
525
-
* @param string $external_event_id The ID of the marketing event (required)
525
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
526
526
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
527
-
* @param string $external_account_id The account ID associated with the marketing event (required)
527
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
530
530
*
@@ -649,9 +649,9 @@ public function upsertByContactIdWithHttpInfo($external_event_id, $subscriber_st
649
649
*
650
650
* Record a subscriber state by contact ID
651
651
*
652
-
* @param string $external_event_id The ID of the marketing event (required)
652
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
653
653
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
654
-
* @param string $external_account_id The account ID associated with the marketing event (required)
654
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
657
657
*
@@ -673,9 +673,9 @@ function ($response) {
673
673
*
674
674
* Record a subscriber state by contact ID
675
675
*
676
-
* @param string $external_event_id The ID of the marketing event (required)
676
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
677
677
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
678
-
* @param string $external_account_id The account ID associated with the marketing event (required)
678
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
681
681
*
@@ -726,9 +726,9 @@ function ($exception) {
726
726
/**
727
727
* Create request for operation 'upsertByContactId'
728
728
*
729
-
* @param string $external_event_id The ID of the marketing event (required)
729
+
* @param string $external_event_id The id of the marketing event in the external event application (required)
730
730
* @param string $subscriber_state The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'. (required)
731
-
* @param string $external_account_id The account ID associated with the marketing event (required)
731
+
* @param string $external_account_id The accountId that is associated with this marketing event in the external event application (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['upsertByContactId'] to see the possible values for this operation
0 commit comments