toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
LoggingController
/
receiveBatchLogs
receive
Batch
Logs
@
PostMapping
(
value
=
"/website"
,
consumes
=
"application/x-ndjson"
)
open
fun
receiveBatchLogs
(
@
RequestBody
ndjsonBody
:
String
,
request
:
HttpServletRequest
)
:
ResponseEntity
<
FrontendLogResponse
>