updatePlan

abstract suspend fun updatePlan(request: UpdatePlanRequest): Plan

Updates an existing plan based on the provided request.

Return

The updated plan.

Parameters

request

The request containing the details for updating the plan.