Skip to content

Commit 615d90c

Browse files
HenryHenry
authored andcommitted
docs: refresh exported OpenAPI contract
1 parent d4d1be1 commit 615d90c

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

docs/api/openapi.yaml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,6 +3368,27 @@ paths:
33683368
- Indicator
33693369
operationId: getApiIndicatorGetIndicatorParams
33703370
x-visibility: public
3371+
/api/indicator/chart-preview:
3372+
post:
3373+
responses:
3374+
'400':
3375+
description: Bad Request
3376+
content:
3377+
application/json:
3378+
schema:
3379+
$ref: '#/components/schemas/HumanErrorEnvelope'
3380+
'200':
3381+
description: OK
3382+
content:
3383+
application/json:
3384+
schema:
3385+
$ref: '#/components/schemas/HumanSuccessEnvelope'
3386+
summary: Return candles, indicator plots, and visual signals without creating
3387+
a task.
3388+
tags:
3389+
- Indicator
3390+
operationId: postApiIndicatorChartPreview
3391+
x-visibility: public
33713392
/api/indicator/aiGenerate:
33723393
post:
33733394
responses:
@@ -4255,6 +4276,46 @@ paths:
42554276
- Strategy
42564277
operationId: getApiStrategiesPositions
42574278
x-visibility: internal
4279+
/api/strategies/position-ownership:
4280+
get:
4281+
responses:
4282+
'400':
4283+
description: Bad Request
4284+
content:
4285+
application/json:
4286+
schema:
4287+
$ref: '#/components/schemas/HumanErrorEnvelope'
4288+
'200':
4289+
description: OK
4290+
content:
4291+
application/json:
4292+
schema:
4293+
$ref: '#/components/schemas/HumanSuccessEnvelope'
4294+
tags:
4295+
- Strategy
4296+
operationId: getApiStrategiesPositionOwnership
4297+
summary: Get Api Strategies Position Ownership
4298+
x-visibility: internal
4299+
/api/strategies/position-ownership/repair:
4300+
post:
4301+
responses:
4302+
'400':
4303+
description: Bad Request
4304+
content:
4305+
application/json:
4306+
schema:
4307+
$ref: '#/components/schemas/HumanErrorEnvelope'
4308+
'200':
4309+
description: OK
4310+
content:
4311+
application/json:
4312+
schema:
4313+
$ref: '#/components/schemas/HumanSuccessEnvelope'
4314+
tags:
4315+
- Strategy
4316+
operationId: postApiStrategiesPositionOwnershipRepair
4317+
summary: Post Api Strategies Position Ownership Repair
4318+
x-visibility: internal
42584319
/api/strategies/review-report:
42594320
post:
42604321
responses:

0 commit comments

Comments
 (0)