Aller au contenu principal

StudentDocumentCreate

nameName (string)required
typeType (string)required
file_urlFile Url (string)required
file_size object
anyOf
integer
description object
anyOf
string
is_publicIs Public (boolean)
Default value: false
StudentDocumentCreate
{
"name": "string",
"type": "string",
"file_url": "string",
"file_size": 0,
"description": "string",
"is_public": false
}