cURL
curl --request PATCH \ --url https://your-instance.example.com/api/training/snapshots/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "notes": "<string>", "tags": [ "<string>" ], "quality": "<string>", "category": "<string>", "isArchived": true } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Quality rating, e.g. "good", "bad", "neutral"
Training snapshot updated successfully
Generic response envelope. Endpoint-specific fields are intentionally open.