---
title: "Update a meeting"
method: POST
path: "/meetings/{meetingKey}"
---

# Update a meeting

`POST /meetings/{meetingKey}`

This call lets you update the contents and metadata of a specific [meeting](reference#meeting-notes).

## Path parameters

- `meetingKey` string, required

## Request body

- object
  - `meetingType` string — The type of meeting you're creating:`MEETING_NOTES` or`CALL_LOG`
  - `startTimestamp` string, date-time — The date and time the meeting was created in milliseconds since server start.
  - `duration` integer — The duration of the meeting in milliseconds.
  - `notes` string — The **unicode** content of the meeting note or call log.

## Response `200`

200

- object
  - `boxKey` string
  - `pipelineKey` string
  - `orgKey` string
  - `creatorKey` string
  - `creationDate` integer
  - `key` string
  - `meetingType` string
  - `startTimestamp` integer
  - `duration` integer
  - `notes` string
  - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
