Function updateZone

  • Update the application in the database

    Parameters

    • id: string

      ID of the application

    • form_data: Partial<PlaceZone>

      New values for the application

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceZone>