CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. request, headers, payload — đáp án hiện tại
  2. B. patch, headers, payload
  3. C. request, my_token, payload
  4. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề