Skip to main content
PUT
/
v1
/
installs
/
{installSid}
/
courses
/
{courseSid}
/
exams
/
{examSid}
/
configurations
/
{examConfigurationSid}
/
attachments
Upload Attachments
curl --request PUT \
  --url http://api.dev.smarterproctoring.com/v1/installs/{installSid}/courses/{courseSid}/exams/{examSid}/configurations/{examConfigurationSid}/attachments \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '
{
  "attachments": [
    "<string>"
  ],
  "examFiles": [
    "<string>"
  ]
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

token
string
header
required

Path Parameters

installSid
string
required

Application install sid

Pattern: ^AI[a-f0-9]{32}$
courseSid
string
required

Course Sid

Pattern: ^CU[a-f0-9]{32}$
examSid
string
required

Exam Sid

Pattern: ^EX[a-f0-9]{32}$
examConfigurationSid
string
required

Exam Configuration sid

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

Body

application/json

Exam attachments

attachments
string[]
Required array length: 1 - 5 elements

file

examFiles
string[]

exam files

Response

default - application/json

Successful

The response is of type string.