Function updateMetadata

  • Update the metadata in the database

    Parameters

    • id: string

      ID of the item associated with the metadata

    • form_data: Partial<PlaceMetadata>

      New values for the metadata

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceMetadata>