UniversityUpdateRequest
Mise à jour d'une université
name object
anyOf
- string
- null
string
Possible values: >= 2 characters and <= 200 characters
code object
anyOf
- string
- null
string
Possible values: >= 2 characters and <= 20 characters
country object
anyOf
- string
- null
string
Possible values: >= 2 characters and <= 100 characters
city object
anyOf
- string
- null
string
Possible values: >= 2 characters and <= 100 characters
website object
anyOf
- string
- null
string
description object
anyOf
- string
- null
string
Possible values: <= 1000 characters
is_active object
anyOf
- boolean
- null
boolean
UniversityUpdateRequest
{
"name": "string",
"code": "string",
"country": "string",
"city": "string",
"website": "string",
"description": "string",
"is_active": true
}