cURL
curl --request PUT \ --url https://api.example.com/api/Meetings/{meetingId}/Notes \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>", "followUpDate": "2023-11-07T05:31:56Z", "followUpUserId": 123 } '
OK
Was this page helpful?