JsUpdateCategoryAPI
abstract class JsUpdateCategoryAPI<E : WebResponse<Any>> : SimpleAPI<UpdateCategoryRequest, UpdateCategoryResponse>
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun updateCategory(restaurantId: String, menuId: String, categoryId: String, request: UpdateCategoryRequest): Promise<E>