mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fix missing description
This commit is contained in:
parent
1d369b6e82
commit
945dff315c
@ -286,7 +286,7 @@ GET /api/ipam/prefixes/13980/?brief=1
|
|||||||
"label": "IPv4"
|
"label": "IPv4"
|
||||||
},
|
},
|
||||||
"prefix": "192.0.2.0/24",
|
"prefix": "192.0.2.0/24",
|
||||||
"description": "",
|
"description": "Example prefix",
|
||||||
"_depth": 0
|
"_depth": 0
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user