<?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 API for Modifying Device Layout by Device ID in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5265070#M4149</link>
    <description>&lt;P data-start="33" data-end="81"&gt;Hi,&lt;/P&gt;
&lt;P data-start="98" data-end="347"&gt;When sending the API request to modify the device layout, all &lt;CODE data-start="160" data-end="170"&gt;lineKeys&lt;/CODE&gt; button configurations must be sent; all 10 buttons need to be included; otherwise, it will not be possible to manually configure the buttons that were not sent through the API.&lt;/P&gt;
&lt;P data-start="349" data-end="550"&gt;My question is whether the same applies to &lt;CODE data-start="392" data-end="401"&gt;kemKeys&lt;/CODE&gt; button configurations. Do I need to send all available buttons according to the &lt;CODE data-start="482" data-end="497"&gt;kemModuleType&lt;/CODE&gt; field? This could involve a large number of buttons.&lt;/P&gt;
&lt;P data-start="552" data-end="708"&gt;If I only send the buttons I want to configure, will I be able to add more buttons manually through the control hub or directly on the device in the future?&lt;/P&gt;
&lt;P data-start="552" data-end="708"&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2025 11:51:06 GMT</pubDate>
    <dc:creator>rachelro</dc:creator>
    <dc:date>2025-02-26T11:51:06Z</dc:date>
    <item>
      <title>API for Modifying Device Layout by Device ID</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5265070#M4149</link>
      <description>&lt;P data-start="33" data-end="81"&gt;Hi,&lt;/P&gt;
&lt;P data-start="98" data-end="347"&gt;When sending the API request to modify the device layout, all &lt;CODE data-start="160" data-end="170"&gt;lineKeys&lt;/CODE&gt; button configurations must be sent; all 10 buttons need to be included; otherwise, it will not be possible to manually configure the buttons that were not sent through the API.&lt;/P&gt;
&lt;P data-start="349" data-end="550"&gt;My question is whether the same applies to &lt;CODE data-start="392" data-end="401"&gt;kemKeys&lt;/CODE&gt; button configurations. Do I need to send all available buttons according to the &lt;CODE data-start="482" data-end="497"&gt;kemModuleType&lt;/CODE&gt; field? This could involve a large number of buttons.&lt;/P&gt;
&lt;P data-start="552" data-end="708"&gt;If I only send the buttons I want to configure, will I be able to add more buttons manually through the control hub or directly on the device in the future?&lt;/P&gt;
&lt;P data-start="552" data-end="708"&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 11:51:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5265070#M4149</guid>
      <dc:creator>rachelro</dc:creator>
      <dc:date>2025-02-26T11:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: API for Modifying Device Layout by Device ID</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5267186#M4154</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1689587"&gt;@rachelro&lt;/a&gt;&amp;nbsp;according to&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/device-call-settings/modify-device-layout-by-device-id" target="_blank"&gt;https://developer.webex.com/docs/api/v1/device-call-settings/modify-device-layout-by-device-id&lt;/A&gt;&amp;nbsp;only the lineKeys array is mandatory, but if you are sending KemKeys as well, then there are a few mandatory parameters. Are you able to make a PUT request without specifying the "kemKeys" array?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 13:00:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5267186#M4154</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-03-04T13:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: API for Modifying Device Layout by Device ID</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5267198#M4156</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I know only the lineKeys array is required. And yes I can make a PUT request without specifying the "kemKeys" array.&lt;BR /&gt;but I ask if I must send all the available buttons according to the module type I chose for example KEM_14_KEYS &lt;BR /&gt;because if I don't send all the buttons there will be no time to change later. &lt;BR /&gt;And this is also the case with the lineKey setting, you must send all available buttons according to the model of the device because if, for example, I send only 7 out of 10, then the remaining three will be blocked.&lt;BR /&gt;So if it is really that I need to send all the&amp;nbsp;available buttons? in the lineKey and in the kemKey configure&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 13:19:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5267198#M4156</guid>
      <dc:creator>rachelro</dc:creator>
      <dc:date>2025-03-04T13:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: API for Modifying Device Layout by Device ID</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5267677#M4160</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1689587"&gt;@rachelro&lt;/a&gt;&amp;nbsp;thanks for clarifying it. Indeed, it seems like you will need to send all available keys, but let me check with engineering to confirm and maybe enhance the docs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 11:24:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5267677#M4160</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-03-05T11:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: API for Modifying Device Layout by Device ID</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5268136#M4162</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1689587"&gt;@rachelro&lt;/a&gt;&amp;nbsp;we got confirmation from engineering that the behaviour is by design and they will enhance the docs to reflect the same. It will be updated as soon as possible.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 08:24:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5268136#M4162</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-03-06T08:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: API for Modifying Device Layout by Device ID</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5268137#M4163</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;I'd love an update when it's fixed&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 08:27:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-for-modifying-device-layout-by-device-id/m-p/5268137#M4163</guid>
      <dc:creator>rachelro</dc:creator>
      <dc:date>2025-03-06T08:27:31Z</dc:date>
    </item>
  </channel>
</rss>

