Authorizations
Body
application/json
POST /lms/content Request body
The ID of the course to add this content to
The title of the content item
The type of learning content
Available options:
COACHING, VIDEO, TEXT, QUIZ A description of the content item
URL where the content can be accessed
Response
POST /lms/content Positive response
Allowed value:
"success"Examples:
{
"id": "8DMdr68N8kG9EzLwjsN9content1",
"remote_id": "101",
"title": "Understanding Async/Await",
"description": "Deep dive into asynchronous programming patterns in TypeScript, covering promises, async/await syntax, and error handling.",
"url": "https://learning.acme.com/courses/typescript-advanced/async-await",
"type": "VIDEO",
"course_id": "9ZMdr68N8kG9EzLwjsN9def",
"remote_created_at": "2022-08-07T14:01:29.196Z",
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_data": null
}