curl --request PUT \
--url https://api.prod.getdex.com/v1/timeline/{noteId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"note": {
"note": "<string>",
"custom_emoji": "<string>",
"event_time": "2023-11-07T05:31:56Z",
"meeting_type": "call",
"meeting_type_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"meeting_types": "<unknown>",
"attachments": [
{
"url": "<string>",
"file_name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"file_size": 123
}
],
"timeline_items_contacts": [
{
"contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"contacts": "<unknown>"
}
],
"oauth_credential_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reminder_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
'