Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:3001/api/v1/business/fraud/rules/{id} \ --header 'Content-Type: application/json' \ --data '{}'
{ "success": true, "data": { "id": "<string>", "businessId": "<string>", "name": "<string>", "priority": 123, "enabled": true, "conditions": {}, "riskScore": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "metadata": {} } }
The body is of type object.
object
OK
true
Show child attributes