Skip to content

Commit

Permalink
Fix API response timestamp example
Browse files Browse the repository at this point in the history
The example for the API is a UTC ZonedDateTime.
  • Loading branch information
mazenmelouk committed Feb 6, 2024
1 parent 4f50219 commit 56b9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ paths:
converted: 91.81
from: USD
to: EUR
timestamp: 1705767917
timestamp: 2024-01-27T20:12:06.113800Z
'400':
description: Bad Request for example missing a query parameter or negative values.
'404':
Expand Down

0 comments on commit 56b9d57

Please sign in to comment.