From 1293b0e4c0d0c8c1688535c7713169a528e0e2dd Mon Sep 17 00:00:00 2001 From: Yuryi <54710020+b1ng0o@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:25:51 +0300 Subject: [PATCH] release/1.1.0 --- src/docs/swagger-ui/openapi.yaml | 43 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/src/docs/swagger-ui/openapi.yaml b/src/docs/swagger-ui/openapi.yaml index c7b063ff..5c2661e6 100644 --- a/src/docs/swagger-ui/openapi.yaml +++ b/src/docs/swagger-ui/openapi.yaml @@ -4,7 +4,8 @@ info: termsOfService: https://www.tinkoff.ru/invest/disclaimers/basic-information/ contact: email: al.a.volkov@tinkoff.ru - 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/ @@ -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 @@ -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: @@ -9797,4 +9798,4 @@ components: securitySchemes: Bearer: type: http - scheme: bearer \ No newline at end of file + scheme: bearer