Skip to content

Commit 4b12c9b

Browse files
committed
update openapi file
1 parent a325a9d commit 4b12c9b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

coinapi/exchange-rates-api-rest-realtime/spec/openapi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
"examples": {
795795
"Example response": {
796796
"value": {
797-
"time": "2025-06-06T06:08:02.3664720Z",
797+
"time": "2025-06-06T14:57:46.7241142Z",
798798
"asset_id_base": "BTC",
799799
"asset_id_quote": "USD",
800800
"rate": 10000.0
@@ -809,7 +809,7 @@
809809
"examples": {
810810
"Example response": {
811811
"value": {
812-
"time": "2025-06-06T06:08:02.3664720Z",
812+
"time": "2025-06-06T14:57:46.7241142Z",
813813
"asset_id_base": "BTC",
814814
"asset_id_quote": "USD",
815815
"rate": 10000.0
@@ -824,7 +824,7 @@
824824
"examples": {
825825
"Example response": {
826826
"value": {
827-
"time": "2025-06-06T06:08:02.3664720Z",
827+
"time": "2025-06-06T14:57:46.7241142Z",
828828
"asset_id_base": "BTC",
829829
"asset_id_quote": "USD",
830830
"rate": 10000.0
@@ -839,7 +839,7 @@
839839
"examples": {
840840
"Example response": {
841841
"value": {
842-
"time": "2025-06-06T06:08:02.3664720Z",
842+
"time": "2025-06-06T14:57:46.7241142Z",
843843
"asset_id_base": "BTC",
844844
"asset_id_quote": "USD",
845845
"rate": 10000.0
@@ -1282,8 +1282,8 @@
12821282
"securitySchemes": {
12831283
"APIKey": {
12841284
"type": "apiKey",
1285-
"description": "CoinAPI API key needed to access the endpoints",
1286-
"name": "X-CoinAPI-Key",
1285+
"description": "API Key is required to access the endpoints",
1286+
"name": "Authorization",
12871287
"in": "header"
12881288
}
12891289
}

coinapi/exchange-rates-api-rest-realtime/spec/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ paths:
688688
examples:
689689
Example response:
690690
value: {
691-
"time": "2025-06-06T06:08:02.4879062Z",
691+
"time": "2025-06-06T14:57:46.8591896Z",
692692
"asset_id_base": "BTC",
693693
"asset_id_quote": "USD",
694694
"rate": 10000.0
@@ -699,7 +699,7 @@ paths:
699699
examples:
700700
Example response:
701701
value: {
702-
"time": "2025-06-06T06:08:02.4879062Z",
702+
"time": "2025-06-06T14:57:46.8591896Z",
703703
"asset_id_base": "BTC",
704704
"asset_id_quote": "USD",
705705
"rate": 10000.0
@@ -710,7 +710,7 @@ paths:
710710
examples:
711711
Example response:
712712
value: {
713-
"time": "2025-06-06T06:08:02.4879062Z",
713+
"time": "2025-06-06T14:57:46.8591896Z",
714714
"asset_id_base": "BTC",
715715
"asset_id_quote": "USD",
716716
"rate": 10000.0
@@ -721,7 +721,7 @@ paths:
721721
examples:
722722
Example response:
723723
value: {
724-
"time": "2025-06-06T06:08:02.4879062Z",
724+
"time": "2025-06-06T14:57:46.8591896Z",
725725
"asset_id_base": "BTC",
726726
"asset_id_quote": "USD",
727727
"rate": 10000.0
@@ -1072,8 +1072,8 @@ components:
10721072
securitySchemes:
10731073
APIKey:
10741074
type: apiKey
1075-
description: CoinAPI API key needed to access the endpoints
1076-
name: X-CoinAPI-Key
1075+
description: API Key is required to access the endpoints
1076+
name: Authorization
10771077
in: header
10781078
security:
10791079
- APIKey: [ ]

0 commit comments

Comments
 (0)