Skip to content

Commit cf4b0c6

Browse files
committed
update openapi file
1 parent e4bf9ee commit cf4b0c6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
"examples": {
795795
"Example response": {
796796
"value": {
797-
"time": "2025-06-18T06:10:38.1652550Z",
797+
"time": "2025-06-19T06:07:46.8228172Z",
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-18T06:10:38.1652550Z",
812+
"time": "2025-06-19T06:07:46.8228172Z",
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-18T06:10:38.1652550Z",
827+
"time": "2025-06-19T06:07:46.8228172Z",
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-18T06:10:38.1652550Z",
842+
"time": "2025-06-19T06:07:46.8228172Z",
843843
"asset_id_base": "BTC",
844844
"asset_id_quote": "USD",
845845
"rate": 10000.0
@@ -1287,10 +1287,10 @@
12871287
"in": "header"
12881288
},
12891289
"JWT": {
1290-
"type": "apiKey",
1291-
"description": "JWT token needed to access the endpoints",
1292-
"name": "Authorization",
1293-
"in": "header"
1290+
"type": "http",
1291+
"description": "JWT Authorization header using the Bearer scheme. Example: \"Bearer {token}\"",
1292+
"scheme": "bearer",
1293+
"bearerFormat": "JWT"
12941294
}
12951295
}
12961296
},

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

Lines changed: 8 additions & 8 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-18T06:10:38.2585332Z",
691+
"time": "2025-06-19T06:07:46.9503063Z",
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-18T06:10:38.2585332Z",
702+
"time": "2025-06-19T06:07:46.9503063Z",
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-18T06:10:38.2585332Z",
713+
"time": "2025-06-19T06:07:46.9503063Z",
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-18T06:10:38.2585332Z",
724+
"time": "2025-06-19T06:07:46.9503063Z",
725725
"asset_id_base": "BTC",
726726
"asset_id_quote": "USD",
727727
"rate": 10000.0
@@ -1076,10 +1076,10 @@ components:
10761076
name: Authorization
10771077
in: header
10781078
JWT:
1079-
type: apiKey
1080-
description: JWT token needed to access the endpoints
1081-
name: Authorization
1082-
in: header
1079+
type: http
1080+
description: 'JWT Authorization header using the Bearer scheme. Example: "Bearer {token}"'
1081+
scheme: bearer
1082+
bearerFormat: JWT
10831083
security:
10841084
- APIKey: [ ]
10851085
- JWT: [ ]

0 commit comments

Comments
 (0)