Skip to content

Commit a063d3f

Browse files
committed
update openapi file
1 parent d0744fc commit a063d3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

coinapi/indexes-api-rest/spec/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.1",
33
"info": {
44
"title": "Indexes REST API",
55
"description": "",
@@ -10,7 +10,7 @@
1010
},
1111
"license": {
1212
"name": "MIT License",
13-
"url": "https://github.com/coinapi/coinapi-sdk/blob/master/LICENSE"
13+
"url": "https://github.com/api-bricks/api-bricks-sdk/blob/master/LICENSE"
1414
},
1515
"version": "v1"
1616
},

coinapi/indexes-api-rest/spec/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
99
license:
1010
name: MIT License
11-
url: https://github.com/coinapi/coinapi-sdk/blob/master/LICENSE
11+
url: https://github.com/api-bricks/api-bricks-sdk/blob/master/LICENSE
1212
version: v1
1313
servers:
1414
- url: https://rest-api.indexes.coinapi.io

0 commit comments

Comments
 (0)