cURL
curl --request PATCH \ --url https://api.mapademics.com/v1/courses/{courseId}/sections/{sectionId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "instructorId": "<string>", "syllabusHref": "<string>" } '
{ "id": "<string>", "courseId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>", "description": "<string>", "instructorId": "<string>", "syllabusHref": "<string>", "skills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "deletedAt": "2023-11-07T05:31:56Z" }
Updates section details (name, description, instructor, syllabus URL, etc.)
API key for authentication
Unique identifier for the course
Unique identifier for the section
Section name
Section description
Instructor ID
URL to section syllabus PDF
Section updated successfully
Extracted skills from syllabus
Show child attributes
Was this page helpful?