updateStatus

abstract suspend fun updateStatus(id: UUID, status: PlanStatus)

Updates the status of a plan.

Parameters

id

The unique identifier of the plan.

status

The new status to be set for the plan.