@segment/public-api-sdk-typescript 57.0.0-b10373 → 57.0.0-b10381
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/audiencesApi.ts +1 -1
- package/api/computedTraitsApi.ts +1 -1
- package/package.json +1 -1
package/api/audiencesApi.ts
CHANGED
@@ -628,7 +628,7 @@ export class AudiencesApi {
|
|
628
628
|
});
|
629
629
|
}
|
630
630
|
/**
|
631
|
-
* Updates the
|
631
|
+
* Updates the 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 `Audience Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the Audience will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits). Note: The definition for an Audience updated using the API is not editable through the Segment App. The rate limit for this endpoint is 10 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.
|
632
632
|
* @summary Update Audience for Space
|
633
633
|
* @param spaceId
|
634
634
|
* @param id
|
package/api/computedTraitsApi.ts
CHANGED
@@ -629,7 +629,7 @@ export class ComputedTraitsApi {
|
|
629
629
|
});
|
630
630
|
}
|
631
631
|
/**
|
632
|
-
* Updates the
|
632
|
+
* Updates the Computed Trait. • 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 Computed Trait feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Computed Trait Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when a Computed Trait is updated, the Computed Trait will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/unify/traits/computed-traits/#editing-realtime-traits). Note: The definition for a Computed Trait updated using the API is not editable through the Segment App. The rate limit for this endpoint is 10 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.
|
633
633
|
* @summary Update Computed Trait for Space
|
634
634
|
* @param spaceId
|
635
635
|
* @param id
|