Skip to content

Commit

Permalink
ci: Autogeneration of go-netbox library
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Sep 14, 2022
1 parent c6308a5 commit db98e89
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions netbox/models/writable_device_with_config_context.go

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

4 changes: 2 additions & 2 deletions netbox/models/writable_virtual_machine_with_config_context.go

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

12 changes: 8 additions & 4 deletions netbox/swagger-v3.2.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -15378,12 +15378,14 @@
"primary_ip4" : {
"title" : "Primary IPv4",
"type" : "integer",
"x-nullable" : true
"x-nullable" : true,
"x-omitempty" : false
},
"primary_ip6" : {
"title" : "Primary IPv6",
"type" : "integer",
"x-nullable" : true
"x-nullable" : true,
"x-omitempty" : false
},
"rack" : {
"title" : "Rack",
Expand Down Expand Up @@ -20566,12 +20568,14 @@
"primary_ip4" : {
"title" : "Primary IPv4",
"type" : "integer",
"x-nullable" : true
"x-nullable" : true,
"x-omitempty" : false
},
"primary_ip6" : {
"title" : "Primary IPv6",
"type" : "integer",
"x-nullable" : true
"x-nullable" : true,
"x-omitempty" : false
},
"role" : {
"title" : "Role",
Expand Down

0 comments on commit db98e89

Please sign in to comment.