cURL
curl --request PATCH \ --url https://backend.revyl.ai/api/v1/workflows/workflow-tests/{workflow_test_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "failure_policy": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Update failure_policy for a single workflow-test attachment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response