Skip to content

Commit

Permalink
feat: Add patch to ipaddress assignedobject
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Aug 31, 2021
1 parent bed94b5 commit e1b5746
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patchs/swagger-v2.11.12-ipaddress-assignedobject.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- ../netbox/swagger-v2.11.12.json.ori 2021-08-31 16:12:37.733183398 +0200
+++ ../netbox/swagger-v2.11.12.json 2021-08-31 16:15:57.052079387 +0200
@@ -13173,10 +13173,6 @@
"type" : "string"
},
"assigned_object" : {
- "additionalProperties" : {
- "type" : "string",
- "x-nullable" : true
- },
"readOnly" : true,
"title" : "Assigned object",
"type" : "object"

0 comments on commit e1b5746

Please sign in to comment.