Update meeting
documentedUpdate details of a scheduled meeting.
PUT /meetings/{meetingId}Meetingsno 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/G2M/rest/meetings/{{$meetingId}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"subject": "{{$title}}", "starttime": {{$starttime}}, "endtime": {{$endtime}}, "passwordrequired": {{$passwordrequired}}, "conferencecallinfo": "{{$conferencecallinfo}}", "timezonekey": "{{$timezone}}", "meetingtype": "{{$type}}"}'