Skip to content

Commit

Permalink
update openapi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Svisstack committed Dec 29, 2023
1 parent 28fe2f0 commit 2ba69d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data-api/coinapi-marketdata-rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-12-28T14:26:20.9613561Z",
"time": "2023-12-29T09:39:24.4269934Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-12-27T14:26:20.9859464Z",
"time": "2023-12-28T09:39:24.4273033Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -182,14 +182,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-12-28T14:26:20.9613561Z",
"time": "2023-12-29T09:39:24.4269934Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-12-27T14:26:20.9859464Z",
"time": "2023-12-28T09:39:24.4273033Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -200,14 +200,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-12-28T14:26:20.9613561Z",
"time": "2023-12-29T09:39:24.4269934Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-12-27T14:26:20.9859464Z",
"time": "2023-12-28T09:39:24.4273033Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand All @@ -218,14 +218,14 @@ paths:
examples:
Current rate:
value: {
"time": "2023-12-28T14:26:20.9613561Z",
"time": "2023-12-29T09:39:24.4269934Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
}
Historical rate:
value: {
"time": "2023-12-27T14:26:20.9859464Z",
"time": "2023-12-28T09:39:24.4273033Z",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"rate": 10000.0
Expand Down

0 comments on commit 2ba69d7

Please sign in to comment.