spec release

This commit is contained in:
Adyen Automation
2025-01-15 17:24:43 +01:00
parent da937d15c6
commit 303319c6ac
8 changed files with 56 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "1",
"x-timestamp" : "2024-11-25T18:28:35Z"
"x-timestamp" : "2025-01-13T11:33:01Z"
},
"tags" : [ {
"name" : "Dispute Attachments"
@@ -395,6 +395,8 @@
"type" : "object",
"properties" : {
"description" : {
"maxLength" : 50,
"minLength" : 0,
"type" : "string",
"description" : "Your description for the dispute."
},
@@ -445,6 +447,8 @@
"description" : "The card was counterfeited."
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **fraud**."
},
@@ -464,6 +468,8 @@
"format" : "date"
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **notDelivered**."
},