You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/server/http-api/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ There is no hard rate limit at which point Segment will drop your data. We ask t
33
33
34
34
## Max Request Size
35
35
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.
0 commit comments