Unable to set show_in_the_browser via API for survey

API Endpoint(s) and/or Zoom API Event(s)
Endpoint:

PATCH {{baseUrl}}/meetings/:meetingId/survey

Description
When I update a survey to point to a third party survey, like so:

{

"third_party_survey": "https://mylink.test",

"show_in_the_browser": **false**

}

When I retreive the information on that survey afterwards using

GET {{baseUrl}}/meetings/:meetingId/survey

the response is

{

"third_party_survey": "https://mylink.test",

"show_in_the_browser": **true**

}

meaning the show_in_the_browser field is not taken into account.

1 Like

Hi @Gilles
I was able to reproduce this on my end.
Allow me some time to dig further into this and will get back to you with an update
( ZSEE-188108 internal ticket number for reference)