Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 18, 2024
1 parent 9a0790a commit 167690e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,8 @@
"$ref": "#/components/schemas/source"
}
],
"description": "The [source object](https://stripe.com/docs/api/sources/object) for errors returned on a request involving a source."
"description": "The [source object](https://stripe.com/docs/api/sources/object) for errors returned on a request involving a source.",
"x-stripeBypassValidation": true
},
"type": {
"description": "The type of error returned. One of `api_error`, `card_error`, `idempotency_error`, or `invalid_request_error`",
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,7 @@ components:
description: >-
The [source object](https://stripe.com/docs/api/sources/object) for
errors returned on a request involving a source.
x-stripeBypassValidation: true
type:
description: >-
The type of error returned. One of `api_error`, `card_error`,
Expand Down

0 comments on commit 167690e

Please sign in to comment.