v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCourses
Edit an eLearning standard course
🔑
Required OAuth scope: courses:write.
Edits specific fields of an existing eLearning standard (SCORM, AICC, xAPI, ...) course. Fields not included in the request payload remain unchanged. This endpoint should not be used to edit native 360Learning courses.
This endpoint has a specific rate limit of 1 request per second.
patch/api/v2/courses/elearning-standard/{courseId}
Path parameters
courseIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the course.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns the updated course.
Example response
{
"name": "Employee Onboarding",
"authorId": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011",
"coAuthorIds": [
"507f1f77bcf86cd799439011"
],
"description": "This course will teach you how to onboard a new employee!",
"_id": "507f1f77bcf86cd799439011",
"translations": [
{
"lang": "fr",
"translatorIds": [
"507f1f77bcf86cd799439011"
],
"translatedFields": {
"name": "Accueil des employés",
"description": "Ce module vous apprend à intégrer un nouveau collaborateur !"
}
}
],
"externalPlatform": "Udemy"
}