Event IDs
Changed urls using event ids to be more consistent with other endpoints
2 structure changes including:
2 Breaking changes
2 Modifications
Modified
2
Breaking
GET /data/events/audio/{id}
- Path went from
/data/events/{id}/audio
to/data/events/audio/{id}
(same operationId)Breaking
GET /data/events/timehistory/{id}
- Path went from
/data/events/{id}/timehistory
to/data/events/timehistory/{id}
(same operationId)Breaking