@segment/public-api-sdk-typescript 36.2.0-b7623 → 36.2.0-b7627
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/trackingPlansApi.ts +1 -1
- package/api/warehousesApi.ts +1 -1
- package/package.json +1 -1
package/api/trackingPlansApi.ts
CHANGED
|
@@ -619,7 +619,7 @@ export class TrackingPlansApi {
|
|
|
619
619
|
});
|
|
620
620
|
}
|
|
621
621
|
/**
|
|
622
|
-
* Lists Tracking Plan rules. • In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is
|
|
622
|
+
* Lists Tracking Plan rules. • In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 200 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.
|
|
623
623
|
* @summary List Rules from Tracking Plan
|
|
624
624
|
* @param trackingPlanId
|
|
625
625
|
* @param pagination Pagination options. This parameter exists in v1.
|
package/api/warehousesApi.ts
CHANGED
|
@@ -613,7 +613,7 @@ export class WarehousesApi {
|
|
|
613
613
|
});
|
|
614
614
|
}
|
|
615
615
|
/**
|
|
616
|
-
* Verifies the state of Warehouse connection settings. The rate limit for this endpoint is
|
|
616
|
+
* Verifies the state of Warehouse connection settings. The rate limit for this endpoint is 200 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.
|
|
617
617
|
* @summary Get Connection State from Warehouse
|
|
618
618
|
* @param warehouseId
|
|
619
619
|
*/
|