curl --location --request PUT 'https://admintest.flickhubtv.com/api/api/admin/resources/resourceauto' \
--header 'Content-Type: application/json' \
--data '{
"episodes_id": 0,
"source_site": "string",
"watch_url": "string"
}'{
"code": 2000,
"data": {
"changes": {
"source_site": {
"new": "Netflix",
"old": "MyFlixerz"
},
"watch_url": {
"new": "https://www.netflix.com/watch/example",
"old": "https://myflixerz.to/ajax/episode/servers/1406887"
}
},
"resource": {
"episode_number": 1,
"id": 386635,
"imdb_id": "tt26628595",
"media_type": "series",
"season_number": 1,
"source_site": "Netflix",
"title": "Marry My Husband",
"updated_at": "2025-07-01T16:41:03",
"watch_url": "https://www.netflix.com/watch/example"
}
},
"msg": "资源编辑成功"
}