fix swagger format for dates

This commit is contained in:
Kukks
2020-10-23 10:48:08 +02:00
parent 40d95acfb9
commit abc9d07977
2 changed files with 3 additions and 3 deletions

View File

@@ -750,7 +750,7 @@
},
"receivedDate": {
"type": "string",
"format": "date-time",
"format": "int64",
"description": "The date the payment was recorded"
},
"value": {

View File

@@ -299,7 +299,7 @@
"type": "string",
"description": "The creation date of the payment request",
"nullable": false,
"format": "date-time"
"format": "int64"
}
}
},
@@ -342,7 +342,7 @@
"type": "string",
"description": "The expiry date of the payment request",
"nullable": true,
"format": "date-time"
"format": "int64"
},
"embeddedCSS": {
"type": "string",