Add attribute criteria for a specific tag
- Print
- PDF
Add attribute criteria for a specific tag
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/api/user-tags/{userTagId}/attribute-criteria
Security
HTTP
Type bearer
Path parameters
userTagId
stringRequired
Body parameters
[
{
"attributeId": "OqL4P1I8aJ1uSSV0JtKr",
"operator": "is",
"value": "123"
}
]
Array of object
object
id
integer (int64)
attributeId
string
operator
string
value
string
Responses
200
OK
object
Was this article helpful?