@segment/public-api-sdk-typescript 59.6.1-b14157 → 59.6.1-b14171
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 +2 -2
- package/package.json +1 -1
package/api/audiencesApi.ts
CHANGED
|
@@ -548,7 +548,7 @@ export class AudiencesApi {
|
|
|
548
548
|
});
|
|
549
549
|
}
|
|
550
550
|
/**
|
|
551
|
-
* Returns the Audience by id and spaceId. Supports including audience schedules
|
|
551
|
+
* Returns the Audience by id and spaceId. Supports including audience schedules using `?include=schedules`. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 100 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.
|
|
552
552
|
* @summary Get Audience
|
|
553
553
|
* @param spaceId
|
|
554
554
|
* @param id
|
|
@@ -1239,7 +1239,7 @@ export class AudiencesApi {
|
|
|
1239
1239
|
});
|
|
1240
1240
|
}
|
|
1241
1241
|
/**
|
|
1242
|
-
* Returns Audiences by spaceId. Supports including audience schedules
|
|
1242
|
+
* Returns Audiences by spaceId. Supports including audience schedules using `?include=schedules`. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 25 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.
|
|
1243
1243
|
* @summary List Audiences
|
|
1244
1244
|
* @param spaceId
|
|
1245
1245
|
* @param search Optional search criteria This parameter exists in alpha.
|