Skip to main content
PATCH
/
api
/
v1
/
runs
/
{id}
/
feedback
Update run feedback
curl --request PATCH \
  --url https://app.eigenpal.com/api/v1/runs/{id}/feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": "<string>",
  "feedback": "<string>",
  "expected": null
}
'
{}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Body

application/json
body
string | null
feedback
string | null
rating
enum<string> | null
Available options:
pass,
fail,
partial
feedbackRating
enum<string> | null
Available options:
pass,
fail,
partial
status
enum<string> | null
Available options:
open,
resolved,
ignored
feedbackStatus
enum<string> | null
Available options:
open,
resolved,
ignored
expected
unknown

Response

Feedback updated

{key}
any