PATCH
/api/v1/semesters/{id}
curl \
--request PATCH 'https://api.echoplain.social/api/v1/semesters/{id}' \
--header "Content-Type: application/json" \
--data '{"name":"string","shortCode":"1.1","startDate":"string","endDate":"string","associatedDepartment":"string"}'
Request examples
{
"name": "string",
"shortCode": "1.1",
"startDate": "string",
"endDate": "string",
"associatedDepartment": "string"
}
Response examples (200)
{
"message": "string",
"success": true
}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}