-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MODINVOSTO-187] Add API and _timer interface
- Loading branch information
1 parent
aa606e7
commit 32830d9
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#%RAML 1.0 | ||
title: Audit outbox API | ||
version: v1.0 | ||
protocols: [ HTTP, HTTPS ] | ||
baseUri: http://github.com/folio-org/mod-invoice-storage | ||
|
||
documentation: | ||
- title: Audit outbox API | ||
content: This API is intended for internal use only by the Timer interface | ||
|
||
types: | ||
outbox-event-log: !include acq-models/mod-orders-storage/schemas/outbox_event_log.json | ||
|
||
/invoice-storage/audit-outbox: | ||
/process: | ||
post: | ||
description: Read audit events from DB and send them to Kafka |