Antifraud plans
Update antifraud plan
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.miracle.com/v1/admin/antifraud-plans/string" \ -H "Content-Type: application/json" \ -d '{}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"livemode": true,
"name": "string",
"description": "string",
"status": "enabled",
"scoringRuleIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"listGroupIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null
}
}Empty
Empty
Empty