Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from twilio/bug-fix
Browse files Browse the repository at this point in the history
Fix invalid example types
  • Loading branch information
wadethemaker-work authored and GitHub Enterprise committed Mar 14, 2023
2 parents 0e7c425 + 4d8784f commit d007929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/components/schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@
"example": {
"enabled": false,
"soft_bounces": 1234,
"hard_bounces": null
"hard_bounces": 1234
}
},
"transactional_template_version_output": {
Expand Down Expand Up @@ -1960,7 +1960,7 @@
},
"example": {
"enabled": false,
"email": null
"email": "email@example.com"
}
},
"mail_batch_id": {
Expand Down

0 comments on commit d007929

Please sign in to comment.