Skip to content

Commit 3599058

Browse files
Steve van Loben Selssanscontext
andauthored
Update src/connections/sources/catalog/libraries/server/http-api/index.md
Co-authored-by: LRubin <[email protected]>
1 parent ed5b75c commit 3599058

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 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.
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)