Câu 161: 200-901: DevNet Associate (DEVASC)
FILL BLANK -Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the Python requests library. import requests url = `https://api.ciscospark.com/v1/memberships/Y2lzY29zcGFyazov379971079INISVAvOTJiM2RkOWEtNjc1ZC00YTQxLThjNDEtMmFiZGY4OWY0NGY0OjExNzJkNmYwLTJIYzMtMTFIOS1iOWI…
Nội dung câu hỏi
FILL BLANK -Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the Python requests library. import requests url = `https://api.ciscospark.com/v1/memberships/Y2lzY29zcGFyazov379971079INISVAvOTJiM2RkOWEtNjc1ZC00YTQxLThjNDEtMmFiZGY4OWY0NGY0OjExNzJkNmYwLTJIYzMtMTFIOS1iOWI3LWNmMjg3MTJhYTkzNw` my_token = `AbCdEf123456` payload = `{\n \`isModerator\`: true\n}`headers = { 'Authorization': 'Bearer' + my_token,' Content-Type': 'application/json' } response = requests. ___________ (`PATCH`, url, headers= ___________, data = ____________ ) print(response.text.encode('utf8'))
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. request, headers, payload — đáp án hiện tại
- B. patch, headers, payload
- C. request, my_token, payload
- D. put, headers, data
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.