Skip to content

Commit 2f3842a

Browse files
Update docs.json with new OpenAPI data
1 parent 403780a commit 2f3842a

6 files changed

Lines changed: 639 additions & 625 deletions

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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ info:
88
paths:
99
/analyst/reports/raw-text:
1010
get:
11-
description: Retrieves raw text content from professional analyst research
12-
reports. Returns full-text analyst reports, research notes, and
13-
investment recommendations from financial institutions. Includes report
14-
metadata, rating changes, price targets, and detailed analysis.
15-
Essential for accessing institutional research and analyst sentiment.
11+
description: Retrieves raw text content from professional analyst research reports.
12+
Returns full-text analyst reports, research notes, and investment recommendations
13+
from financial institutions. Includes report metadata, rating changes, price
14+
targets, and detailed analysis. Essential for accessing institutional research
15+
and analyst sentiment.
1616
operationId: get-analyst-reports-raw-text-data
1717
parameters:
18-
- description: "Page number for pagination. Zero-indexed (0 = first page, 1 =
19-
second page, etc.). Default: 0"
18+
- description: 'Page number for pagination. Zero-indexed (0 = first page,
19+
1 = second page, etc.). Default: 0'
2020
in: query
2121
name: page
2222
schema:
2323
type: integer
24-
- description: "Number of results per page. Default: 100. Maximum: 100. Returns
25-
most recent reports first."
24+
- description: 'Number of results per page. Default: 100. Maximum: 100. Returns
25+
most recent reports first.'
2626
in: query
2727
name: pagesize
2828
schema:
2929
type: integer
3030
responses:
31-
"200":
31+
'200':
3232
description: Array of analyst reports with full text content and metadata
3333
content:
3434
application/json:
3535
schema:
3636
items:
37-
$ref: "#/components/schemas/models.AnalystReportRawText"
37+
$ref: '#/components/schemas/models.AnalystReportRawText'
3838
type: array
39-
"400":
39+
'400':
4040
description: Bad request - invalid parameters
4141
content:
4242
application/json:
4343
schema:
4444
items:
4545
type: string
4646
type: array
47-
"500":
47+
'500':
4848
description: Internal server error
4949
content:
5050
application/json:
@@ -67,7 +67,7 @@ components:
6767
models.AnalystReportRawText:
6868
properties:
6969
date:
70-
example: 2024-01-09
70+
example: '2024-01-09'
7171
type: string
7272
exchange:
7373
example: NASDAQ
@@ -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

0 commit comments

Comments
 (0)