Create a university
Body
Required
-
name
string -
identifier
string -
short_name
string
POST
/universities
curl \
-X POST localhost:8080/universities \
-H "Content-Type: application/json" \
-d '{"name":"string","identifier":"string","short_name":"string"}'
Request example
{
"name": "string",
"identifier": "string",
"short_name": "string"
}
Request examples
{
"name": "string",
"identifier": "string",
"short_name": "string"
}