Skip to content

Commit 03bd857

Browse files
docs(openapi): re-generate OpenAPI specification
1 parent 7661b2f commit 03bd857

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

api-reference/v2/openapi_spec_v2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19562,7 +19562,19 @@
1956219562
"additionalProperties": false
1956319563
},
1956419564
"PayoutActionRequest": {
19565-
"type": "object"
19565+
"type": "object",
19566+
"required": [
19567+
"payout_id"
19568+
],
19569+
"properties": {
19570+
"payout_id": {
19571+
"type": "string",
19572+
"description": "Unique identifier for the payout. This ensures idempotency for multiple payouts\nthat have been done by a single merchant. This field is auto generated and is returned in the API response.",
19573+
"example": "187282ab-40ef-47a9-9206-5099ba31e432",
19574+
"maxLength": 30,
19575+
"minLength": 30
19576+
}
19577+
}
1956619578
},
1956719579
"PayoutAttemptResponse": {
1956819580
"type": "object",

0 commit comments

Comments
 (0)