You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"schema": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "Amount of the charge that you will create when authentication completes.",
"type": "integer"
},
In the generated collection, the request body just includes amount: <integer>, but the description isn't maintained.
The text was updated successfully, but these errors were encountered:
Consider a section on the Stripe OAS spec:
In the generated collection, the request body just includes
amount: <integer>
, but the description isn't maintained.The text was updated successfully, but these errors were encountered: