mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-07 15:24:31 +01:00
fix swagger format for dates
This commit is contained in:
@@ -750,7 +750,7 @@
|
||||
},
|
||||
"receivedDate": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"format": "int64",
|
||||
"description": "The date the payment was recorded"
|
||||
},
|
||||
"value": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user