Function updateSettings

  • Update the settings in the database

    Parameters

    • id: string

      ID of the settings

    • form_data: Partial<PlaceSettings>

      New values for the settings

    • query_params: HashMap = {}

      Query parameters to add the to request URL

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceSettings>