inti project
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
[
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/finance/payments",
|
||||
"name": "api.v2.finance.payments.store",
|
||||
"module": "finance",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "critical"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"GET"
|
||||
],
|
||||
"uri": "api/v2/finance/payments/{payment}/file",
|
||||
"name": "api.v2.finance.payments.file",
|
||||
"module": "finance",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "critical"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/attendance/scans",
|
||||
"name": "api.v2.attendance.scans.store",
|
||||
"module": "attendance",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "high"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/communication/bulk-sends",
|
||||
"name": "api.v2.communication.bulk-sends.store",
|
||||
"module": "communication",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "critical"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/reporting/reports/run",
|
||||
"name": "api.v2.reporting.reports.run",
|
||||
"module": "reporting",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "high"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user