v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
addOrUpdateOps allowlist
Add or update multiple rows to the allowlist
post/ops/allowlist
Request body
Example request
{
"rows": [
{
"comment": "abc123",
"email": "abc123",
"transaction_limit": 1
}
]
}Response
Created response.
Example response
[
{
"comment": "abc123",
"email": "abc123",
"transaction_limit": 1
}
]