@segment/public-api-sdk-typescript 59.1.0-b12956 → 59.1.0-b12993
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/activationsApi.ts +4 -4
- package/package.json +1 -1
package/api/activationsApi.ts
CHANGED
|
@@ -116,7 +116,7 @@ export class ActivationsApi {
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
/**
|
|
119
|
-
* Creates Activation. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Activation Created` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is
|
|
119
|
+
* Creates Activation. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Activation Created` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
|
120
120
|
* @summary Add Activation to Audience
|
|
121
121
|
* @param spaceId
|
|
122
122
|
* @param audienceId
|
|
@@ -276,7 +276,7 @@ export class ActivationsApi {
|
|
|
276
276
|
});
|
|
277
277
|
}
|
|
278
278
|
/**
|
|
279
|
-
* Adds a Destination to an Audience. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Destination Added into Audience` event in the [audit trail](/tag/Audit-Trail).
|
|
279
|
+
* Adds a Destination to an Audience. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Destination Added into Audience` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
|
280
280
|
* @summary Add Destination to Audience
|
|
281
281
|
* @param spaceId
|
|
282
282
|
* @param audienceId
|
|
@@ -704,7 +704,7 @@ export class ActivationsApi {
|
|
|
704
704
|
});
|
|
705
705
|
}
|
|
706
706
|
/**
|
|
707
|
-
* Deletes an Activation. The rate limit for this endpoint is
|
|
707
|
+
* Deletes an Activation. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
|
708
708
|
* @summary Remove Activation from Audience
|
|
709
709
|
* @param spaceId
|
|
710
710
|
* @param audienceId
|
|
@@ -845,7 +845,7 @@ export class ActivationsApi {
|
|
|
845
845
|
});
|
|
846
846
|
}
|
|
847
847
|
/**
|
|
848
|
-
* Updates an Activation. The rate limit for this endpoint is
|
|
848
|
+
* Updates an Activation. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
|
849
849
|
* @summary Update Activation for Audience
|
|
850
850
|
* @param spaceId
|
|
851
851
|
* @param audienceId
|