Function updateModule

  • Update the module in the database

    Parameters

    • id: string

      ID of the module

    • form_data: Partial<PlaceModule>

      New values for the module

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceModule>