mirror of
https://github.com/valitydev/swag-fraudbusters-management.git
synced 2024-11-06 08:15:21 +00:00
fix lint + add split unit param
This commit is contained in:
parent
7489512333
commit
c52479ef03
@ -13,3 +13,4 @@ schema:
|
||||
- INR
|
||||
- AZN
|
||||
- BRL
|
||||
|
||||
|
13
openapi/components/parameters/splitUnit.yaml
Normal file
13
openapi/components/parameters/splitUnit.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
name: splitUnit
|
||||
in: query
|
||||
description: Единица времени сегмента разбиения
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
enum:
|
||||
- minute
|
||||
- hour
|
||||
- day
|
||||
- week
|
||||
- month
|
||||
- year
|
@ -3,3 +3,4 @@ properties:
|
||||
count:
|
||||
type: integer
|
||||
format: int32
|
||||
|
||||
|
@ -3,3 +3,4 @@ properties:
|
||||
rate:
|
||||
type: number
|
||||
format: float
|
||||
|
||||
|
@ -7,3 +7,4 @@ properties:
|
||||
items:
|
||||
$ref: './StatusSummary.yaml'
|
||||
|
||||
|
||||
|
@ -8,3 +8,4 @@ properties:
|
||||
summary:
|
||||
$ref: './Summary.yaml'
|
||||
|
||||
|
||||
|
@ -9,3 +9,4 @@ properties:
|
||||
rate:
|
||||
type: number
|
||||
format: float
|
||||
|
||||
|
@ -1,12 +1,15 @@
|
||||
get:
|
||||
summary: Получить оценку количества платежей с различными уровнями риска к общему числу мошеннических платежей
|
||||
operationId: getFraudPaymentsScoreCountRate
|
||||
summary: |
|
||||
Получить оценку количества платежей по различными уровнями риска к общему числу мошеннических
|
||||
платежей в разрезе временного интервала
|
||||
operationId: getFraudPaymentsScoreSplitCountRate
|
||||
tags:
|
||||
- analytics
|
||||
parameters:
|
||||
- $ref: '../../../components/parameters/fromTime.yaml'
|
||||
- $ref: '../../../components/parameters/toTime.yaml'
|
||||
- $ref: '../../../components/parameters/currency.yaml'
|
||||
- $ref: '../../../components/parameters/splitUnit.yaml'
|
||||
|
||||
responses:
|
||||
'200':
|
||||
|
@ -1,5 +1,5 @@
|
||||
get:
|
||||
summary: Получить статистику по различным статусам проверок платежей
|
||||
summary: Получить статистику по различным статусам результатов проверок платежей
|
||||
operationId: getFraudPaymentsStatusesSummary
|
||||
tags:
|
||||
- analytics
|
||||
|
Loading…
Reference in New Issue
Block a user