POST
/v1/courses/restore
curl \
--request POST 'https://classmanager.test/v1/courses/restore' \
--header "Content-Type: application/json" \
--data '{"ids":["string"]}'
Request examples
{
"ids": [
"string"
]
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}