POST
/v1/students/unarchive
curl \
--request POST 'https://localhost/v1/students/unarchive' \
--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": {}
}