Function updateDriver

  • Update the driver in the database

    Parameters

    • id: string

      ID of the driver

    • form_data: Partial<PlaceDriver>

      New values for the driver

    • method: "put" | "patch" = 'patch'

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceDriver>