Update Face to string to work with netbox >= 2.7.
This commit is contained in:
parent
d6623a46c9
commit
d7bf99be52
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ type DcimDevicesList struct {
|
|||
Position int `json:"position"`
|
||||
Face struct {
|
||||
Label string `json:"label"`
|
||||
Value int `json:"value"`
|
||||
Value string `json:"value"`
|
||||
} `json:"face"`
|
||||
ParentDevice struct {
|
||||
ID int `json:"id"`
|
||||
|
|
Loading…
Reference in a new issue