Update webinar
documentedUpdate webinar details.
PUT /organizers/{organizerKey}/webinars/{webinarKey}Webinarsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.getgo.com/G2W/rest/v2/organizers/{{$organizerKey}}/webinars/{{$webinarKey}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-GoTo-Api-Key: {{GOTO_API_KEY}}" \
-d '{"subject": "{{$subject}}", "description": "{{$description}}", "times": [{"startTime": "{{$startTime}}", "endTime": "{{$endTime}}"}], "timeZone": "{{$timeZone}}", "locale": "{{$locale}}", "registrationUrl": "{{$registrationUrl}}", "notifyParticipants": {{$notifyParticipants}}, "isPasswordProtected": {{$isPasswordProtected}} }'