Skip to content

Commit

Permalink
Allow implementing type switch on family of nested IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 12, 2024
1 parent 91a3f43 commit c382e28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
15 changes: 1 addition & 14 deletions netbox/models/nested_ip_address.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -71480,7 +71480,7 @@
},
"family": {
"title": "Family",
"type": "integer",
"type": "object",
"readOnly": true
},
"address": {
Expand Down Expand Up @@ -94676,4 +94676,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion swagger.processed.json
Original file line number Diff line number Diff line change
Expand Up @@ -70427,7 +70427,7 @@
},
"family": {
"title": "Family",
"type": "integer",
"type": "object",
"readOnly": true
},
"address": {
Expand Down

0 comments on commit c382e28

Please sign in to comment.