Function updateShortUrl

  • Update a short URL in the database

    Parameters

    • id: string

      ID of the short URL

    • form_data: Partial<PlaceShortUrl>

      New values for the short URL

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceShortUrl>