Update attr in conditions example

This commit is contained in:
Kenny Y 2023-11-01 16:52:19 -04:00 committed by GitHub
parent b3fb393490
commit 7623d873e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}