mirror of
https://github.com/valitydev/swag-disputes.git
synced 2024-11-06 00:55:17 +00:00
fix github.io
This commit is contained in:
parent
2ed562afcd
commit
614c5a6668
@ -13,7 +13,6 @@ preprocessors:
|
||||
theme:
|
||||
openapi:
|
||||
showConsole: true
|
||||
layout:
|
||||
scope: section
|
||||
layout: three-panel
|
||||
routingStrategy: browser
|
||||
htmlTemplate: ./web/index.html
|
||||
|
@ -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
7684
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user