We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2e64b commit 14604b7Copy full SHA for 14604b7
lib/public/v1/openapi.json
@@ -303,13 +303,13 @@
303
"additionalProperties": { "$ref": "#/components/schemas/rates" },
304
"minProperties": 1,
305
"example": {
306
- "Mon Jan 04 1999 01:00:00 GMT+0100 (Central European Standard Time)": {
+ "1999-01-04": {
307
"AUD": 1.91
308
},
309
- "Tue Jan 05 1999 01:00:00 GMT+0100 (Central European Standard Time)": {
+ "1999-01-05": {
310
"AUD": 1.8944
311
312
- "Wed Jan 06 1999 01:00:00 GMT+0100 (Central European Standard Time)": {
+ "1999-01-06": {
313
"AUD": 1.882
314
}
315
@@ -332,4 +332,4 @@
332
333
334
335
-}
+}
0 commit comments