toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.network
/
RecipeApiService
/
postRecipe
post
Recipe
@
POST
(
value
=
"recipes"
)
abstract
suspend
fun
postRecipe
(
@
Body
recipe
:
ApiRecipe
)
:
ApiRecipe
Posts a new Recipe item to the API.
Return
The created ApiRecipe item.
Parameters
recipe
The Recipe item to post.