Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[
{
"id": 3,
"title": "Establishing Brand Guidelines",
"lessons": [
{
"id": 2,
"title": "Brand Heart",
"description": null
},
...
],
"quizzes": [
{
"id": 1,
"title": "Quiz 1"
},
...
]
},
...
]
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"id": 3,
"title": "Establishing Brand Guidelines",
"lessons": [
{
"id": 2,
"title": "Brand Heart",
"description": null
},
...
],
"quizzes": [
{
"id": 1,
"title": "Quiz 1"
},
...
]
}
| Param name | Description |
|---|---|
|
course_id
required |
Validations:
|
|
id
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
section: {
title: "Establishing Brand Guidelines"
}
}
{
"id": 2,
"title": "Establishing Brand Guidelines"
}
| Param name | Description |
|---|---|
|
course_id
required |
Validations:
|
|
section
required |
Validations:
|
|
section[title]
required |
Validations:
|
|
section[position]
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
section: {
title: "Brand Guidelines"
}
}
{
"id": 2,
"title": "Brand Guidelines"
}
| Param name | Description |
|---|---|
|
course_id
required |
Validations:
|
|
id
required |
Validations:
|
|
section
required |
Validations:
|
|
section[title]
required |
Validations:
|
|
section[position]
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"success": true
}
| Param name | Description |
|---|---|
|
course_id
required |
Validations:
|
|
id
required |
Validations:
|