mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Update attr in conditions example
This commit is contained in:
parent
3fe1b37352
commit
68f9e29cf4
@ -116,7 +116,7 @@ Multiple conditions can be combined into nested sets using AND or OR logic. This
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"attr": "tags",
|
"attr": "tags.slug",
|
||||||
"value": "exempt",
|
"value": "exempt",
|
||||||
"op": "contains"
|
"op": "contains"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user