{ "opencollection": "1.0.0", "info": { "name": "Core V2 Audit Individual Risks API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "header" } }, "items": [ { "info": { "name": "Individual Risks", "type": "folder" }, "items": [ { "info": { "name": "Update an individual entity's risk level for a service profile.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.uat.frankie.one/v2/individuals/:entityId/serviceprofiles/:serviceName/risk", "headers": [ { "name": "api_key", "value": "" }, { "name": "X-Frankie-CustomerID", "value": "" }, { "name": "X-Frankie-CustomerChildID", "value": "" }, { "name": "X-Frankie-Channel", "value": "" }, { "name": "X-Frankie-Username", "value": "" } ], "params": [ { "name": "entityId", "value": "", "type": "path", "description": "Unique FrankieOne identifier for an entity" }, { "name": "serviceName", "value": "", "type": "path", "description": "The unique name of the service profile" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "header" } }, "docs": "This endpoint allows you to override the calculated risk level for the last completed workflow of an individual entity's service profile.\n\nNote:\n- This operation will not trigger a new workflow but will be used in the next workflow execution unless risk factors change or results are invalidated.\n- To execute the workflow, use the endpoint `POST /v2/individuals/{entityId}/serviceprofiles/{serviceName}/workflows/{workflowName}/execute`." } ] } ], "bundled": true }