Template

Generates presigned upload url for new lesson json file info.

<br> <i>Alternative to directly uploading base64 string, better if lesson.json data is big</i> </br>
post/Template/GetLessonJsonUploadURL

Headers

X-Versionstring

Request body

instituteIdinteger required

Institute identifier

lessonIdinteger required

Lesson identifier

filestring nullable

Lesson json file, in base64 string

lessonAppVersionstring nullable

Lesson app version identifier. <br>Format: major.minor[.build[.revision]]</br><br>Optional components are shown in square brackets</br>

Example request

{
  "instituteId": 1,
  "lessonId": 13018,
  "lessonAppVersion": "9.0.0"
}

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.