postCantEat

@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

cantEat

The CantEat item to post.