Update attr in conditions example
This commit is contained in:
parent
b3fb393490
commit
22e474ff96
|
|
@ -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",
|
||||
"op": "contains"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue