Skip to main content
PUT
Update exam assignments

Authorizations

token
string
header
required

Path Parameters

installSid
string
required

Unique SID of the application install. Pattern: AI + 32 hex chars.

Pattern: ^AI[a-f0-9]{32}$
Example:

"AI1234567890abcdef1234567890abcdef"

examSid
string
required

Unique SID of the exam whose assignments are being modified. Pattern: EX + 32 hex chars.

Pattern: ^EX[a-f0-9]{32}$
Example:

"EX1234567890abcdef1234567890abcdef"

Body

application/json

Payload for adding, removing, or updating exam assignments.

added
object[]

Array of new assignments to create.

removed
string[]

Array of assignment SIDs to delete.

Pattern: ^EA[a-f0-9]{32}$
updated
object[]

Array of existing assignments to update.

Response

default - application/json

Successful

The response is of type string.