<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic QlikSense RestClient No overload for method 'Put' takes 1 arguments in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestClient-No-overload-for-method-Put-takes-1/m-p/2417107#M19833</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Using combination of QlikSense RestClient and .NET SDK, I have been able to make copy of an app, then changed the load script, then reloaded the new application. Now I want to publish new app.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ozcano_1-1707471874699.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159440iC67CF491A9D1AE32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ozcano_1-1707471874699.png" alt="ozcano_1-1707471874699.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately last line in the above picture (also copied below) gives compile error: No overload for method 'Put' takes 1 arguments. I do not know what to give as second argument.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;var val2 = restClient.Put&amp;lt;JObject&amp;gt;($"/qrs/app/{newAppId}/publish?stream={streamId}&amp;amp;name={appName}"); &lt;/P&gt;
&lt;P&gt;Your helps will be appreciated&lt;/P&gt;
&lt;P&gt;Regards, Ozcan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 09:49:26 GMT</pubDate>
    <dc:creator>ozcano</dc:creator>
    <dc:date>2024-02-09T09:49:26Z</dc:date>
    <item>
      <title>QlikSense RestClient No overload for method 'Put' takes 1 arguments</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestClient-No-overload-for-method-Put-takes-1/m-p/2417107#M19833</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Using combination of QlikSense RestClient and .NET SDK, I have been able to make copy of an app, then changed the load script, then reloaded the new application. Now I want to publish new app.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ozcano_1-1707471874699.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159440iC67CF491A9D1AE32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ozcano_1-1707471874699.png" alt="ozcano_1-1707471874699.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately last line in the above picture (also copied below) gives compile error: No overload for method 'Put' takes 1 arguments. I do not know what to give as second argument.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;var val2 = restClient.Put&amp;lt;JObject&amp;gt;($"/qrs/app/{newAppId}/publish?stream={streamId}&amp;amp;name={appName}"); &lt;/P&gt;
&lt;P&gt;Your helps will be appreciated&lt;/P&gt;
&lt;P&gt;Regards, Ozcan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 09:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestClient-No-overload-for-method-Put-takes-1/m-p/2417107#M19833</guid>
      <dc:creator>ozcano</dc:creator>
      <dc:date>2024-02-09T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense RestClient No overload for method 'Put' takes 1 arguments</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestClient-No-overload-for-method-Put-takes-1/m-p/2417149#M19834</link>
      <description>&lt;P&gt;You can just provide the empty string as body. There is an example for how to publish apps available here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/PublishApp/Program.cs#L20" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/PublishApp/Program.cs#L20&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 11:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestClient-No-overload-for-method-Put-takes-1/m-p/2417149#M19834</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2024-02-09T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense RestClient No overload for method 'Put' takes 1 arguments</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestClient-No-overload-for-method-Put-takes-1/m-p/2417156#M19835</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 11:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestClient-No-overload-for-method-Put-takes-1/m-p/2417156#M19835</guid>
      <dc:creator>ozcano</dc:creator>
      <dc:date>2024-02-09T11:42:37Z</dc:date>
    </item>
  </channel>
</rss>

