Partially update an existing fraud rule
Use this endpoint to partially update a fraud rule. Only provided fields are updated. Expression can only be modified when rule is in DRAFT status.
PATCH
Partially update an existing fraud rule
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
Rule ID (UUID)
Cuerpo
application/json
The body is of type file.
Respuesta
OK
Ejemplo:
"DENY"
Ejemplo:
"2021-01-01T00:00:00Z"
Ejemplo:
"transaction.amount > 1000 && account.type == 'checking'"
Maximum string length:
255Ejemplo:
"Block high-value checking transactions"
Ejemplo:
"00000000-0000-0000-0000-000000000000"
Ejemplo:
"ACTIVE"
Ejemplo:
"2021-01-01T00:00:00Z"
Ejemplo:
"2021-01-01T00:00:00Z"
Ejemplo:
"2021-01-01T00:00:00Z"
Ejemplo:
"2021-01-01T00:00:00Z"
Ejemplo:
"Denies transactions over $1000 from checking accounts"

