Skip to content

Commit ed5b75c

Browse files
author
Steve van Loben Sels
committed
updated wording to further clarify
1 parent 1f64b89 commit ed5b75c

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 contained event). Server-side, Segment's API will respond with `400 Bad Request` if these limits are exceeded.
36+
There is a maximum of `32KB` per request. The one exception is our `batch` endpoint which accepts a maximum of `500KB` per request with a limit of `32KB` per event in the batch. 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)