cURL
curl --request PUT \ --url https://api.example.com/meetings/{id} \ --header 'Content-Type: application/json' \ --data ' { "meeting_start": "<string>", "meeting_end": "<string>", "title": "<string>", "attendees": "<string>", "note": "<string>", "meeting_app": "<string>" } '
{ "id": 123, "meeting_start": "<string>", "meeting_end": "<string>", "meeting_app": "<string>", "title": "<string>", "attendees": "<string>", "note": "<string>", "detection_source": "<string>", "created_at": "<string>" }
OK
Was this page helpful?