Batch Site 批量更新Quiz站点
POST /v1/platform/quiz/batch-site
- =》
{
"token": "xxx", //必填
"lang": "en", //必填
"ids": "1001,1002,1003", //必填
"site_id": 1001 //必填
}
- 《=
{
"success": "OK"
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
POST /v1/platform/quiz/batch-site
{
"token": "xxx", //必填
"lang": "en", //必填
"ids": "1001,1002,1003", //必填
"site_id": 1001 //必填
}
{
"success": "OK"
}