POST
/v1/waiting-lists/restore
curl \
--request POST 'https://api-dev.classmanager.io/v1/waiting-lists/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": {}
}