munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.infrastructure.adapter.inbound.http
/
CategoryController
/
createCategory
create
Category
@
Post
suspend
fun
createCategory
(
@
PathVariable
restaurantId
:
String
,
@
PathVariable
menuId
:
String
,
@
Body
request
:
CreateCategoryRequest
)
:
HttpResponse
<
CreateCategoryResponse
>