Function updateLDAPSource

  • Update the LDAP source in the database

    Parameters

    • id: string

      ID of the LDAP source

    • form_data: Partial<PlaceLDAPSource>

      New values for the LDAP source

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceLDAPSource>