Skip to content

Commit

Permalink
Merge pull request #335 from Tinkoff/release/1.1.0
Browse files Browse the repository at this point in the history
release/1.1.0
  • Loading branch information
b1ng0o authored Dec 21, 2022
2 parents adab3f0 + 1293b0e commit 0c9c4ac
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions src/docs/swagger-ui/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ info:
termsOfService: https://www.tinkoff.ru/invest/disclaimers/basic-information/
contact:
email: [email protected]
version: '1.1.0
version: '1.1.0'
servers:
- url: https://invest-public-api.tinkoff.ru/rest/
description: "Работа с биржей"
- url: https://sandbox-invest-public-api.tinkoff.ru/rest/
Expand All @@ -31,24 +32,24 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/v1InstrumentRequest'
required: true
responses:
"200":
content:
application/json:
schema:
$ref: '#/components/schemas/v1BondResponse'
description: A successful response.
default:
content:
application/json:
schema:
$ref: '#/components/schemas/rpcStatus'
description: An unexpected error response.
summary: Метод получения облигации по её идентификатору.
tags:
- InstrumentsService
x-codegen-request-body-name: body
required: true
responses:
"200":
content:
application/json:
schema:
$ref: '#/components/schemas/v1BondResponse'
description: A successful response.
default:
content:
application/json:
schema:
$ref: '#/components/schemas/rpcStatus'
description: An unexpected error response.
summary: Метод получения облигации по её идентификатору.
tags:
- InstrumentsService
x-codegen-request-body-name: body
/tinkoff.public.invest.api.contract.v1.InstrumentsService/Bonds:
post:
operationId: InstrumentsService_Bonds
Expand Down Expand Up @@ -1041,7 +1042,7 @@ paths:
tags:
- OperationsService
x-codegen-request-body-name: body
/tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder:
//tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder:
post:
operationId: OrdersService_CancelOrder
requestBody:
Expand Down Expand Up @@ -9797,4 +9798,4 @@ components:
securitySchemes:
Bearer:
type: http
scheme: bearer
scheme: bearer

0 comments on commit 0c9c4ac

Please sign in to comment.