Lesson

Create/update Knowledge Portal

post/Lesson/UpdateKnowledgePortal

Headers

X-Versionstring

Request body

lessonIdinteger required

Lesson identifier

instituteIdinteger required

Institute identifier

jsonFilestring required

The json file text that contains the knowledge portal data

Example request

{
  "lessonId": 10001,
  "instituteId": 1,
  "jsonFile": "TBC"
}

Response

Success

Changes

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