Skip to content

Commit 7317e61

Browse files
authored
Merge pull request #178 from Benzinga/missin-servers-addition
Added missing servers
2 parents 0c9a346 + e2166bb commit 7317e61

8 files changed

Lines changed: 26 additions & 2 deletions

openapi/analyst-reports-raw-text-api_api.spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@ components:
8686
example: AAPL
8787
type: string
8888
type: object
89+
servers:
90+
- url: https://api.benzinga.com
91+
description: PROD

openapi/data-api-proxy_api.spec.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,4 +1509,7 @@ components:
15091509
type: integer
15101510
symbol:
15111511
type: string
1512-
type: object
1512+
type: objec
1513+
servers:
1514+
- url: https://api.benzinga.com
1515+
description: PROD

openapi/delivery_api.spec.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,4 +970,7 @@ components:
970970
x-enum-varnames:
971971
- Undefined
972972
- "Null"
973-
- Present
973+
- Presen
974+
servers:
975+
- url: https://api.benzinga.com
976+
description: PROD

openapi/earnings-call-transcripts-api_api.spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,6 @@ components:
275275
example: Thank you for joining us today...
276276
type: string
277277
type: object
278+
servers:
279+
- url: https://api.benzinga.com
280+
description: PROD

openapi/logo-api_api.spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,6 @@ components:
243243
ok:
244244
type: boolean
245245
type: object
246+
servers:
247+
- url: https://api.benzinga.com
248+
description: PROD

openapi/news-api_api.spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,6 @@ components:
298298
name:
299299
type: string
300300
type: object
301+
servers:
302+
- url: https://api.benzinga.com
303+
description: PROD

openapi/newsquantified-api_api.spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,3 +446,6 @@ components:
446446
example: "1.2"
447447
type: string
448448
type: object
449+
servers:
450+
- url: https://api.benzinga.com
451+
description: PROD

openapi/ticker-trends-api_api.spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,6 @@ components:
307307
security:
308308
$ref: "#/components/schemas/models.Security"
309309
type: object
310+
servers:
311+
- url: https://api.benzinga.com
312+
description: PROD

0 commit comments

Comments
 (0)