Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[
{
"id": 1,
"title": "Exam",
"questions": [
{
"id": 13,
"body": "Determining your ______ is the first step to creating an effective social media strategy."
},
...
]
},
...
]
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"id": 1,
"title": "Exam",
"questions": [
{
"id": 13,
"body": "Determining your ______ is the first step to creating an effective social media strategy."
},
...
]
}
| 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"
{
exam: {
title: "Exam"
}
}
{
"id": 1,
"title": "Exam"
}
| Param name | Description |
|---|---|
|
course_id
required |
Validations:
|
|
exam
required |
Validations:
|
|
exam[title]
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
exam: {
title: "Final Exam"
}
}
{
"id": 1,
"title": "Final Exam"
}
| Param name | Description |
|---|---|
|
course_id
required |
Validations:
|
|
id
required |
Validations:
|
|
exam
required |
Validations:
|
|
exam[title]
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:
|