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
/
updateCategory
update
Category
@
Put
(
value
=
"/{categoryId}"
)
suspend
fun
updateCategory
(
@
PathVariable
restaurantId
:
String
,
@
PathVariable
menuId
:
String
,
@
PathVariable
categoryId
:
String
,
@
Body
request
:
UpdateCategoryRequest
)
:
HttpResponse
<
UpdateCategoryResponse
>