mirror of
https://github.com/valitydev/swag-fraudbusters-management.git
synced 2024-11-06 08:15:21 +00:00
fix errors
This commit is contained in:
parent
50905b7fc4
commit
287c70fbc0
@ -8,4 +8,4 @@ properties:
|
||||
offsetCountRatios:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../../schemas/RiscScoreOffsetCountRatio.yaml'
|
||||
$ref: '../../schemas/RiskScoreOffsetCountRatio.yaml'
|
||||
|
@ -7,9 +7,8 @@ allOf:
|
||||
properties:
|
||||
countRatio:
|
||||
description: Соотношение платежей c данной оценкой к общему количеству платежей
|
||||
type: integer
|
||||
format: int64
|
||||
minimum: 0
|
||||
type: number
|
||||
format: float
|
||||
offset:
|
||||
description: Номер интервала в списке
|
||||
type: integer
|
||||
|
@ -3,10 +3,6 @@ get:
|
||||
operationId: getCurrencies
|
||||
tags:
|
||||
- dictionary
|
||||
parameters:
|
||||
- $ref: '../../components/parameters/fromTime.yaml'
|
||||
- $ref: '../../components/parameters/toTime.yaml'
|
||||
- $ref: '../../components/parameters/shopId.yaml'
|
||||
|
||||
responses:
|
||||
'200':
|
||||
|
Loading…
Reference in New Issue
Block a user