Skip to content

Commit db1de4d

Browse files
author
Steve van Loben Sels
authored
Merge pull request #1042 from segmentio/svls/clarification-to-max-request-size
Clarify text on HTTP API batch endpoint limits
2 parents 887c524 + 3599058 commit db1de4d

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 normal API request. The `batch` API endpoint accepts a maximum of `500KB` per request, with a limit of `32KB` per event in the batch. If you are sending data from a server source, Segment's API responds with `400 Bad Request` if these limits are exceeded.
3737

3838
## Identify
3939

0 commit comments

Comments
 (0)