v2
OpenAPI 3.0.02026-07-2163203194.5 KBExam
Update exam assignments
put/v1/installs/{installSid}/exams/{examSid}/assignments
Path parameters
installSidstring required
Unique SID of the application install. Pattern: AI + 32 hex chars.
Example:AI1234567890abcdef1234567890abcdef
Unique SID of the application install. Pattern: AI + 32 hex chars.
examSidstring required
Unique SID of the exam whose assignments are being modified. Pattern: EX + 32 hex chars.
Example:EX1234567890abcdef1234567890abcdef
Unique SID of the exam whose assignments are being modified. Pattern: EX + 32 hex chars.
Request body
Example request
{
"removed": [
"EA1234567890abcdef1234567890abcdef"
],
"updated": [
{
"sid": "EA1234567890abcdef1234567890abcdef"
}
]
}Response
Successful
string required