toggle menu
crypto-trader-data
JVM
switch theme
search in API
crypto-trader-data
/
org.cryptotrader.data.controller
/
PricePredictionController
/
predictions
predictions
@
RequestMapping
(
value
=
"/add"
)
open
fun
predictions
(
@
RequestBody
pricePredictionRequest
:
PricePredictionRequest
)
:
ResponseEntity
<
PredictionIdResponse
>