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"`
|
Position int `json:"position"`
|
||||||
Face struct {
|
Face struct {
|
||||||
Label string `json:"label"`
|
Label string `json:"label"`
|
||||||
Value int `json:"value"`
|
Value string `json:"value"`
|
||||||
} `json:"face"`
|
} `json:"face"`
|
||||||
ParentDevice struct {
|
ParentDevice struct {
|
||||||
ID int `json:"id"`
|
ID int `json:"id"`
|
||||||
|
|
Loading…
Reference in a new issue