Skip to main content
POST
/
api
/
v1
/
runs
/
{id}
/
expected
Create or update expected artifacts
curl --request POST \
  --url https://app.eigenpal.com/api/v1/runs/{id}/expected \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

{key}
any

Response

Expected artifacts updated

{key}
any