Add attribute criteria for a specific tag

Prev Next
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