cURL
curl --request PATCH \ --url https://api.example.com/user/practice/few-shot-examples/{example_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "input_text": "<string>", "output_text": "<string>", "meta": {}, "is_active": true } '
{ "example_id": 123, "user_id": 123, "input_text": "<string>", "output_text": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "title": "<string>", "meta": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Successful Response