PATCH
/
prompt-runs
/
{promptRunId}
/
set-score
curl --request PATCH \
  --url https://api.hyperleapai.com/prompt-runs/{promptRunId}/set-score \
  --header 'Content-Type: application/json' \
  --header 'x-hl-api-key: <api-key>' \
  --data '{
  "feedbackId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "score": 123,
  "comments": "<string>",
  "tags": [
    "<string>"
  ],
  "scoreConfidence": 123
}'

Authorizations

x-hl-api-key
string
header
required

API Key for authentication

Path Parameters

promptRunId
string
required

Body

Response

200

OK