updatePlan

@PatchMapping(value = ["/{tenantId}/plan"])
@ResponseStatus(value = HttpStatus.NO_CONTENT)
fun updatePlan(@PathVariable tenantId: String, @Valid @RequestBody request: UpdatePlanRequest)(source)