PATCH
/api/v1/student-enrollment/{id}
curl \
--request PATCH 'http://localhost:3500/api/v1/student-enrollment/{id}' \
--header "Content-Type: application/json"
Request examples
{}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}