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 Nov 17, 2023
1 parent 517205b commit 8ab8c78
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
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
7 changes: 4 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21260,9 +21260,10 @@ components:
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.
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 openapi/spec3.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -19761,7 +19761,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
7 changes: 4 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18043,9 +18043,10 @@ components:
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.
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
7 changes: 4 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14258,9 +14258,10 @@ components:
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.
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 8ab8c78

Please sign in to comment.