Replace all items in a condition set by condition set ID. Can add up to 100 items at once.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
Request authorization signature. If multiple signatures are required, they should be comma separated.
241 - 100 elements1[
{
"value": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
},
{
"value": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B"
}
]Array of condition set items after replacement.
Unique ID of the created condition set item.
24Unique ID of the condition set this item belongs to.
24The value stored in this condition set item.
Unix timestamp of when the condition set item was created in milliseconds.
[
{
"id": "abc123xyz456def789ghi012",
"condition_set_id": "qvah5m2hmp9abqlxdmfiht95",
"value": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"created_at": 1761271537642
},
{
"id": "xyz789abc012def345ghi678",
"condition_set_id": "qvah5m2hmp9abqlxdmfiht95",
"value": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B",
"created_at": 1761271537643
}
]