Update registration questions
PATCH {{baseUrl}}/meetings/:meetingId/recordings/registrants/questions
For on-demand meeting recordings, you can include fields with questions that will be shown to registrants when they register to view the recording.
Use this API to update registration questions that are to be answered by users while registering to view a recording.
Scopes:
recording:write:admin
,
recording:write
Rate Limit Label
:
Light
Request Body
{"custom_questions"=>[{"answers"=>["<string>", "<string>"], "required"=>"<boolean>", "title"=>"<string>", "type"=>"single"}, {"answers"=>["<string>", "<string>"], "required"=>"<boolean>", "title"=>"<string>", "type"=>"short"}], "questions"=>[{"field_name"=>"industry", "required"=>"<boolean>"}, {"field_name"=>"industry", "required"=>"<boolean>"}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``