meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
289 stars 151 forks source link

Follow up on issue #170 related to updateNetworkWirelessRfProfile - perSsidSettings() #180

Closed Philippe-Ragon closed 2 years ago

Philippe-Ragon commented 2 years ago

The library has been updated to v1.18.1 but issue #170 is still present. When you call updateNetworkWirelessRfProfile() with bandSelectionType set to 'ssid' you have no way to specify 'perSsidSettings'

Adding this keyword in variable body_params solves the issue.

TKIPisalegacycipher commented 2 years ago

Thanks for raising this! Looks like a bug in the spec, rather than the library. We'll update the library once the spec is fixed.

TKIPisalegacycipher commented 2 years ago

Now available in library version 1.18.2.