UniversityCreateRequest
Création d'une université
nameName (string)required
Possible values: >= 2 characters and <= 200 characters
codeCode (string)required
Possible values: >= 2 characters and <= 20 characters
countryCountry (string)required
Possible values: >= 2 characters and <= 100 characters
cityCity (string)required
Possible values: >= 2 characters and <= 100 characters
website object
anyOf
- string
- null
string
description object
anyOf
- string
- null
string
Possible values: <= 1000 characters
UniversityCreateRequest
{
"name": "string",
"code": "string",
"country": "string",
"city": "string",
"website": "string",
"description": "string"
}