多謝,@zogstrip !現在可以正常運作了!![]()
(另外供參考,"update_existing_users”=True 必須在發送的 json 中與 “group” 項目並列/平行(這裡以 Python 語法顯示,所以 True 會被轉換為字串 "true"):
jsonData={
"group": {
"name": f"{groupName}",
"watching_category_ids": newWatchList,
},
"update_existing_users": True,
},