Skip to content

Commit

Permalink
Update ingestion.openapi.yaml (mixpanel#1353)
Browse files Browse the repository at this point in the history
Updating the Ingestion API response body text - there was a typo- it should be 0="No data objects in the body are valid"
  • Loading branch information
Tofufu authored Aug 16, 2024
1 parent 7f90708 commit 4835211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/src/ingestion.openapi.yaml
Original file line number Diff line number Diff line change
@@ -1464,7 +1464,7 @@ components:
description: |
* `1` - One or more objects provided are valid. This does not signify a valid project token or secret.
* `0` - No data objects in the body are invalid.
* `0` - No data objects in the body are valid.
Unauthorized:
description: Unauthorized

0 comments on commit 4835211

Please sign in to comment.