toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.network
/
CantEatApiService
/
postCantEat
post
Cant
Eat
@
POST
(
value
=
"canteats"
)
abstract
suspend
fun
postCantEat
(
@
Body
cantEat
:
ApiCantEat
)
:
ApiCantEat
Posts a new CantEat item to the API.
Return
The created ApiCantEat item.
Parameters
cant
Eat
The CantEat item to post.