Keyboard shortcuts

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

Update Status 更新Youtube状态

POST /v1/platform/youtube/update-status

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "id": 1001, //必填
  "status": 2, //必填
  "remark": "xxx" //选填,默认为空
}
  • 《=
{
  "success": "OK"
}