v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Update a meeting

This call lets you update the contents and metadata of a specific meeting.

post/meetings/{meetingKey}

Path parameters

meetingKeystring required

The key for the meeting you wish to update

Request body

meetingTypestring

The type of meeting you're creating:MEETING_NOTES orCALL_LOG

startTimestampstring date-time

The date and time the meeting was created in milliseconds since server start.

durationinteger

The duration of the meeting in milliseconds.

notesstring

The unicode content of the meeting note or call log.

Response

200

boxKeystring
pipelineKeystring
orgKeystring
creatorKeystring
creationDateinteger
keystring
meetingTypestring
startTimestampinteger
durationinteger
notesstring
lastSavedTimestampinteger

Example response

{
  "boxKey": "agxzfm1ha",
  "pipelineKey": "Wxmb29nYWV",
  "orgKey": "agxzfm1ha",
  "creatorKey": "agxzfm1ha",
  "creationDate": 1543268186504,
  "key": "agxzfm1haWxmb29",
  "meetingType": "CALL_LOG",
  "startTimestamp": 1543268158247,
  "duration": 480000,
  "notes": "Ford is making a power-play with the Journey into Night narrative and no one knows how. We should be prepared for anything.",
  "lastSavedTimestamp": 1543270412555
}