Update a university
Body Required
-
name string
-
identifier string
-
short_name string
PUT /universities/{id}
curl \
-X PUT localhost:8080/universities/{id} \
-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"
}
Response examples (200)
{
"name": "string",
"identifier": "string",
"short_name": "string"
}
Response examples (200)
{
"name": "string",
"identifier": "string",
"short_name": "string"
}