Add type_id to the endpoint object #689
Labels
network_activity
Issues related to Network Activity Category
non_breaking
Non Breaking, backwards compatible changes
Currently, both the
network_endpoint
and thedevice
object extend theendpoint
object. Thedevice
object containstype_id
s whereas theendpoint
and thenetwork_endpoint
do not. These types are applicable to all endpoints. Move thetype_id
enums to theendpoint
object so that both thenetwork_endpoint
and thedevice
objects can inherit these enums (seen below).The text was updated successfully, but these errors were encountered: