cURL
curl --request PATCH \ --url https://api.example.com/user/practice/responses/{response_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt_text": "<string>", "response_text": "<string>", "token_usage": {}, "latency_ms": 123 } '
{ "response_id": 123, "session_model_id": 123, "session_id": 123, "model_name": "<string>", "prompt_text": "<string>", "response_text": "<string>", "created_at": "2023-11-07T05:31:56Z", "token_usage": {}, "latency_ms": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Successful Response