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