Skip to content

Commit

Permalink
feat: make writable device take a config template id
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultbustarret-ovhcloud committed Jun 5, 2024
1 parent db609d4 commit 891fd65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 52 deletions.
52 changes: 2 additions & 50 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: 3 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -74211,7 +74211,9 @@
"type": "string"
},
"config_template": {
"$ref": "#/definitions/NestedConfigTemplate"
"title": "Config Template",
"type": "integer",
"x-nullable": true
},
"local_context_data": {
"title": "Local context data",
Expand Down
4 changes: 3 additions & 1 deletion swagger.processed.json
Original file line number Diff line number Diff line change
Expand Up @@ -73169,7 +73169,9 @@
"type": "string"
},
"config_template": {
"$ref": "#/definitions/NestedConfigTemplate"
"title": "Config Template",
"type": "integer",
"x-nullable": true
},
"local_context_data": {
"title": "Local context data",
Expand Down

0 comments on commit 891fd65

Please sign in to comment.