Update exam
PUT/exam/:id
Request
PUT /api/exam/:examId
Content-Type: application/json
Authorization: Basic *****
{
"title": "Exam Created via API {{$datetime iso8601}}",
"content": {
"sections": [
{
"items": [
{
"itemId": "5bdde07c-3d98-412c-8fb1-67161d7143d7"
},
{
"itemId": "70eb9c32-00e5-4bea-83ff-a7d99a09c374"
}
]
}
]
},
"tags": [
{
"key": "tag-1",
"type": "string",
"value": "tag-1-value1"
}
]
}
Response
Request
Responses
- 200
- 401
- 403
- 404
OK
Unauthorized
Forbidden
Not Found