Authorization: Bearer ********************curl --location --request PUT '/admin/testing-system/tests/019ef461-17e3-7eaa-80ab-97169442e532/settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"testMemberInProgress": {
"passed": {
"showComment": false,
"showAnswers": false
},
"notPassed": {
"showComment": false,
"showAnswers": false
}
},
"testMemberEnded": {
"passed": {
"showComment": true,
"showAnswers": true
},
"notPassed": {
"showComment": true,
"showAnswers": false
}
}
}'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Настройки теста обновлены."
},
"data": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532"
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}