Querying the device list endpoint /Networks/[Network_ID]/devices no longer returns the Network ID in the DTOs returned by the API (they used to until yesterday)
This is a breaking change as per the published policy.
https://developer.cisco.com/meraki/api/#/rest/getting-started/versioning
We only picked up on it because we have tests specifically to try and detect breaking changes in the API, and while it isn't a big deal to code a fix because you have the Network ID when you query, there could be clients out there that depend on this property that aren't aware of the change and are now broken.
Where can I raise a bug for this?