Function updateRepository

  • Update the repository in the database

    Parameters

    • id: string

      ID of the repository

    • form_data: Partial<PlaceRepository>

      New values for the repository

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceRepository>