cURL
curl --request PATCH \ --url https://api.mapademics.com/v1/credentials/{credentialId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "code": "<string>", "courseSectionIds": [ "<string>" ] } '
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "sections": [ { "courseId": "<string>", "courseName": "<string>", "courseCode": "<string>", "courseDefaultSectionId": "<string>", "sectionId": "<string>", "sectionName": "<string>", "sectionSkills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "courseDisplayName": "<string>", "sectionInstructorName": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "code": "<string>", "deletedAt": "2023-11-07T05:31:56Z" }
Updates a stackable credential. Can update courseSectionIds array to manage sections.
API key for authentication
Unique identifier for the stackable credential
Credential name
Credential description
Credential code
Array of section IDs. Validates that only one section per course is included.
Credential updated successfully
Array of section profiles
Show child attributes
Was this page helpful?