post processing call from front
This commit is contained in:
@@ -64,6 +64,18 @@ paths:
|
||||
'*/*':
|
||||
schema:
|
||||
$ref: "#/components/schemas/CombinedLedgerResponse"
|
||||
/process-activities:
|
||||
post:
|
||||
tags:
|
||||
- processing-controller
|
||||
operationId: processNewActivities
|
||||
responses:
|
||||
"404":
|
||||
description: Not Found
|
||||
"400":
|
||||
description: Bad Request
|
||||
"200":
|
||||
description: OK
|
||||
/ledgers/main:
|
||||
post:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user