@segment/public-api-sdk-typescript 36.1.0-b7420 → 36.1.0-b7430
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/eventsApi.ts +1 -1
- package/package.json +1 -1
package/api/eventsApi.ts
CHANGED
|
@@ -107,7 +107,7 @@ export class EventsApi {
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
/**
|
|
110
|
-
* Enumerates the Workspace event volumes over time in minute increments. The rate limit for this endpoint is
|
|
110
|
+
* Enumerates the Workspace event volumes over time in minute increments. The rate limit for this endpoint is 60 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.
|
|
111
111
|
* @summary Get Events Volume from Workspace
|
|
112
112
|
* @param granularity The size of each bucket in the requested window. This parameter exists in v1.
|
|
113
113
|
* @param startTime The ISO8601 formatted timestamp that corresponds to the beginning of the requested time frame, inclusive. This parameter exists in v1.
|