Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/v1/console/case-studies/{case_study_id}/students/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "data": { "failure_count": 123, "success_count": 123, "total_records_processed": 123, "errors": [ { "reason": "<string>", "row": 123, "email": "<string>" } ] }, "message": "<string>", "success": true }
Enter your JWT access token
Successful Response
Show child attributes