Function updateSAMLSource

  • Update the SAML source in the database

    Parameters

    • id: string

      ID of the SAML source

    • form_data: Partial<PlaceSAMLSource>

      New values for the SAML source

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceSAMLSource>