Function updateEdge

  • Update the Edge in the database

    Parameters

    • id: string

      ID of the Edge

    • form_data: Partial<PlaceEdge>

      New values for the Edge

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceEdge>