پرش به مطلب اصلی

ویرایش پلی لیست

مولفه ها

  • کلید های دسترسی (اجباری)
  • آیدی پلی لیست (اجباری)
  • عنوان (اجباری)
  • لیست فایل ها (اجباری)
KeyTypeRequiredInExample
playlistIdstringtruebody-
titlestringfalsebodyExample 2
filesPlaylist[]falsebody[PlayList, PlayList]

Playlist

KeyTypeRequiredInExample
_idstringtruebody671018d0403eba579a6f90e2
titlestringfalsebodyExample 2
curl -X 'PUT' \
'https://api.vidprotect.ir/v1/playlist' \
-H 'accept: application/json' \
-H 'api_key: your_api_key' \
-H 'secret_key: your_secret_key' \
-H 'Content-Type: application/json' \
-d '{
"playlistId": "_id",
"title": "Example 2"
}'