Skip to content

Commit 4835211

Browse files
authored
Update ingestion.openapi.yaml (mixpanel#1353)
Updating the Ingestion API response body text - there was a typo- it should be 0="No data objects in the body are valid"
1 parent 7f90708 commit 4835211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/src/ingestion.openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ components:
14641464
description: |
14651465
14661466
* `1` - One or more objects provided are valid. This does not signify a valid project token or secret.
1467-
* `0` - No data objects in the body are invalid.
1467+
* `0` - No data objects in the body are valid.
14681468
14691469
Unauthorized:
14701470
description: Unauthorized

0 commit comments

Comments
 (0)