Skip to content

Commit

Permalink
Update OpenAPI for 516eaa9733d281c671f9d46a56f82714a3d7c55b
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 20, 2023
1 parent 081fbd6 commit a25f6d9
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
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@
"type": "array"
},
"disabled_reason": {
"description": "This is typed as a string for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is empty because fields in `future_requirements` will never disable the account.",
"description": "This is typed as a string for consistency with `requirements.disabled_reason`.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@
"type": "array"
},
"disabled_reason": {
"description": "This is typed as a string for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is empty because fields in `future_requirements` will never disable the account.",
"description": "This is typed as a string for consistency with `requirements.disabled_reason`.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down

0 comments on commit a25f6d9

Please sign in to comment.