POST
/integration/v1/learning_paths
Create new learning path
Create new learning path
operationId Create new learning path
Request body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
title
|
string | required | Learning path title |
lang
|
string | optional | Language code |
course_ids
|
array | required | List of course ids |
course_id
|
string | required |
Responses
200
application/json schema
{
"type": "string",
"description": "Learning path data",
"required": true,
"nullable": true
}
412 Invalid parameters
500 Server error
512 Specification violations