Request
Body Params application/json
{
"toolComponentId": "string",
"participantId": "string",
"file": {
"fileName": "string",
"fileLength": 0,
"base64": "string"
}
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/secured/tool-set/proctoring' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"toolComponentId": "string",
"participantId": "string",
"file": {
"fileName": "string",
"fileLength": 0,
"base64": "string"
}
}'
Responses
application/json Modified at 2024-03-06 02:01:11