Function updateDomain

  • Update the domain in the database

    Parameters

    • id: string

      ID of the domain

    • form_data: Partial<PlaceDomain>

      New values for the domain

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceDomain>