Skip to content

Commit 14604b7

Browse files
mggevaerhakanensari
authored andcommitted
Fix example mistake in openapi.json
1 parent 5c2e64b commit 14604b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/public/v1/openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,13 @@
303303
"additionalProperties": { "$ref": "#/components/schemas/rates" },
304304
"minProperties": 1,
305305
"example": {
306-
"Mon Jan 04 1999 01:00:00 GMT+0100 (Central European Standard Time)": {
306+
"1999-01-04": {
307307
"AUD": 1.91
308308
},
309-
"Tue Jan 05 1999 01:00:00 GMT+0100 (Central European Standard Time)": {
309+
"1999-01-05": {
310310
"AUD": 1.8944
311311
},
312-
"Wed Jan 06 1999 01:00:00 GMT+0100 (Central European Standard Time)": {
312+
"1999-01-06": {
313313
"AUD": 1.882
314314
}
315315
}
@@ -332,4 +332,4 @@
332332
}
333333
}
334334
}
335-
}
335+
}

0 commit comments

Comments
 (0)