Update attribute criteria for a specific tag
- Print
- PDF
Update attribute criteria for a specific tag
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/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
204
No content
Was this article helpful?