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/
Y2lzY29zcGFyazov379971079INISVAvOTJiM2RkOWEtNjc1ZC00YTQxLThjNDEtMmFiZGY4OWY0NGY0OjExNzJkNmYwLTJIYzMtMTFIOS1iOWI3LWNmMjg3M
TJhYTkzNwג€
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'))
FILL BLANK - Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the P
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
FILL BLANK - Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the P
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!