<?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 editing a wlan through api in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/editing-a-wlan-through-api/m-p/62420#M4534</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am stuck on trying to update an existing WLAN and am hoping someone can steer me towards the right direction. I am using this guide:&lt;BR /&gt;&lt;A href="https://docs.ruckuswireless.com/smartzone/5.2.0/vsze-public-api-reference-guide-520.html#top" target="_blank" rel="noopener"&gt;https://docs.ruckuswireless.com/smartzone/5.2.0/vsze-public-api-reference-guide-520.html#top&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Zapier webhooks, I am able to login as well as pull the wlan data through the API, but I cannot seem to figure out what is needed for updating an existing wlan. I am using this call:&lt;BR /&gt;[WLAN] Modify&lt;/P&gt;
&lt;H4&gt;&lt;A class="" href="https://docs.ruckuswireless.com/smartzone/5.2.0/vsze-public-api-reference-guide-520.html#wlan-modify-patch" target="_blank" rel="noopener"&gt;PATCH&lt;/A&gt;/v9_0/rkszones/{zoneId}/wlans/{id}&lt;/H4&gt;
&lt;P&gt;Use this API command to modify the configuration of a WLAN.&lt;/P&gt;
&lt;P&gt;I set my zap as a patch, add in the proper url with the ZONEID and wlan ID filled in. I have confirmed these by viewing the wlan in zapier using these keys to extract the data.&lt;/P&gt;
&lt;P&gt;The part I feel I need assistance from is what needs to be in the body of the request.. The docs have every possible field in the schema, but to just edit a portion I assume you dont need the entire json schema, so i tried this:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"ssid": "TestSSID",&lt;BR /&gt;"encryption": {&lt;BR /&gt;"method": "WPA2",&lt;BR /&gt;"algorithm": "AES",&lt;BR /&gt;"passphrase": "TestPass"&lt;BR /&gt;},&lt;BR /&gt;"flexiVpnProfile": {&lt;BR /&gt;"zoneAffinityId": "ca1edc50-c839-11e6-afc9-525400da2f0d"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I get back a "your session has timed out" error. This seems to be the default error as I get this on all other requests until i figure out what is exactly needed.&lt;/P&gt;
&lt;P&gt;does anyone know what is needed to get the api call to work in zapier?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Bob&lt;/P&gt;</description>
    <pubDate>Sat, 08 Jul 2023 03:19:40 GMT</pubDate>
    <dc:creator>Niacom</dc:creator>
    <dc:date>2023-07-08T03:19:40Z</dc:date>
    <item>
      <title>editing a wlan through api</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/editing-a-wlan-through-api/m-p/62420#M4534</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am stuck on trying to update an existing WLAN and am hoping someone can steer me towards the right direction. I am using this guide:&lt;BR /&gt;&lt;A href="https://docs.ruckuswireless.com/smartzone/5.2.0/vsze-public-api-reference-guide-520.html#top" target="_blank" rel="noopener"&gt;https://docs.ruckuswireless.com/smartzone/5.2.0/vsze-public-api-reference-guide-520.html#top&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Zapier webhooks, I am able to login as well as pull the wlan data through the API, but I cannot seem to figure out what is needed for updating an existing wlan. I am using this call:&lt;BR /&gt;[WLAN] Modify&lt;/P&gt;
&lt;H4&gt;&lt;A class="" href="https://docs.ruckuswireless.com/smartzone/5.2.0/vsze-public-api-reference-guide-520.html#wlan-modify-patch" target="_blank" rel="noopener"&gt;PATCH&lt;/A&gt;/v9_0/rkszones/{zoneId}/wlans/{id}&lt;/H4&gt;
&lt;P&gt;Use this API command to modify the configuration of a WLAN.&lt;/P&gt;
&lt;P&gt;I set my zap as a patch, add in the proper url with the ZONEID and wlan ID filled in. I have confirmed these by viewing the wlan in zapier using these keys to extract the data.&lt;/P&gt;
&lt;P&gt;The part I feel I need assistance from is what needs to be in the body of the request.. The docs have every possible field in the schema, but to just edit a portion I assume you dont need the entire json schema, so i tried this:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"ssid": "TestSSID",&lt;BR /&gt;"encryption": {&lt;BR /&gt;"method": "WPA2",&lt;BR /&gt;"algorithm": "AES",&lt;BR /&gt;"passphrase": "TestPass"&lt;BR /&gt;},&lt;BR /&gt;"flexiVpnProfile": {&lt;BR /&gt;"zoneAffinityId": "ca1edc50-c839-11e6-afc9-525400da2f0d"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I get back a "your session has timed out" error. This seems to be the default error as I get this on all other requests until i figure out what is exactly needed.&lt;/P&gt;
&lt;P&gt;does anyone know what is needed to get the api call to work in zapier?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Bob&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 03:19:40 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/editing-a-wlan-through-api/m-p/62420#M4534</guid>
      <dc:creator>Niacom</dc:creator>
      <dc:date>2023-07-08T03:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: editing a wlan through api</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/editing-a-wlan-through-api/m-p/62422#M4535</link>
      <description>&lt;P&gt;error&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 18:57:42 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/editing-a-wlan-through-api/m-p/62422#M4535</guid>
      <dc:creator>nicholas_castin</dc:creator>
      <dc:date>2023-07-07T18:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: editing a wlan through api</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/editing-a-wlan-through-api/m-p/72429#M4846</link>
      <description>&lt;P&gt;Hi Nicholas,&lt;BR /&gt;&lt;BR /&gt;If possible can you share the screenshot of error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:45:18 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/editing-a-wlan-through-api/m-p/72429#M4846</guid>
      <dc:creator>vijaykuniyal</dc:creator>
      <dc:date>2023-12-01T18:45:18Z</dc:date>
    </item>
  </channel>
</rss>

