meraki / dashboard-api-go

Dashboard API for Golang
MIT License
19 stars 7 forks source link

add missing request to UpdateOrganizationApplianceVpnThirdPartyVpnpeers #33

Closed zbuchheit closed 3 days ago

zbuchheit commented 1 week ago

Fixes: https://github.com/meraki/dashboard-api-go/issues/32

This PR adds a RequestApplianceUpdateOrganizationApplianceVpnThirdPartyVpnpeers struct parameter to UpdateOrganizationApplianceVpnThirdPartyVpnpeers and passes it to the SetBody method in order set the request body to the proper values.

zbuchheit commented 3 days ago

appears this has been resolved in the latest release.