Skip to main content
PUT
/
prompt-logs
Update Prompt Log Note
curl --request PUT \
  --url https://api.promptmetrics.dev/prompt-logs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "request_id": "<string>",
  "note": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
request_id
string
required
note
string
required

Response

201

Note added successfully