Skip to content

Commit 1f64b89

Browse files
author
Steve van Loben Sels
committed
Clarify text on HTTP API batch endpoint limits
1 parent 887c524 commit 1f64b89

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/http-api

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There is no hard rate limit at which point Segment will drop your data. We ask t
3333

3434
## Max Request Size
3535

36-
There is a maximum of `32KB` per call (our `batch` endpoint accepts a maximum of `500KB` per batch and `32KB` per call). Server-side, Segment's API will respond with `400 Bad Request` if these limits are exceeded.
36+
There is a maximum of `32KB` per call (our `batch` endpoint accepts a maximum of `500KB` per batch and `32KB` per contained event). Server-side, Segment's API will respond with `400 Bad Request` if these limits are exceeded.
3737

3838
## Identify
3939

0 commit comments

Comments
 (0)