cURL
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>" } '
Add or update note for a prompt log.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Note added successfully