curl --request PATCH \
--url https://{primary_domain}/api/public/v2.0/online_conferences/{online_conference_id} \
--header 'Content-Type: application/json' \
--header 'X-Access-Key-Id: <api-key>' \
--header 'X-Access-Key-Secret: <api-key>' \
--data '{
"title": "<string>",
"is_public": true
}'