Skip to content

Commit

Permalink
OpenAPI Update (#536)
Browse files Browse the repository at this point in the history
Update OpenAPI for 8ab8c78552449ffd2e0f78535702bd7df390f17d

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 17, 2023
1 parent 22cdb59 commit 1e28331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -23466,7 +23466,7 @@
"x-stripeBypassValidation": true
},
"reason_message": {
"description": "If approve/decline decision is directly responsed to the webhook with json payload and if the response is invalid (e.g., parsing errors), we surface the detailed message via this field.",
"description": "If the `request_history.reason` is `webhook_error` because the direct webhook response is invalid (for example, parsing errors or missing parameters), we surface a more detailed error message via this field.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -14851,7 +14851,7 @@
"x-stripeBypassValidation": true
},
"reason_message": {
"description": "If approve/decline decision is directly responsed to the webhook with json payload and if the response is invalid (e.g., parsing errors), we surface the detailed message via this field.",
"description": "If the `request_history.reason` is `webhook_error` because the direct webhook response is invalid (for example, parsing errors or missing parameters), we surface a more detailed error message via this field.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down

0 comments on commit 1e28331

Please sign in to comment.