fix github.io

This commit is contained in:
Anatoly Karlov 2024-08-13 14:21:09 +07:00
parent 2ed562afcd
commit 614c5a6668
3 changed files with 7688 additions and 7 deletions

View File

@ -13,7 +13,6 @@ preprocessors:
theme:
openapi:
showConsole: true
layout:
scope: section
layout: three-panel
routingStrategy: browser
htmlTemplate: ./web/index.html

View File

@ -30,7 +30,7 @@ info:
servers:
- url: https://api.vality.dev/disputes
security:
- bearerAuth: [ ]
- bearerAuth: []
tags:
- name: disputes
x-displayName: Disputes
@ -236,11 +236,9 @@ components:
format: int64
minimum: 1
currency:
description: >-
Валюта, символьный код согласно [ISO
4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
description: Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
type: string
pattern: '^[A-Z]{3}$'
pattern: ^[A-Z]{3}$
DefaultLogicError:
type: object
required:

7684
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff