Update Recap

Update an existing Recap. You may send any combination of the optional body fields; omitted fields are left unchanged. Unknown top-level properties are rejected. **Note:** Requires paid plan <Info title="Required scopes"> > `meeting_recaps:write` </Info>

Authentication

AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token

Path parameters

uuidstringRequired

Request

Optional markdown fields to update.
summary_mdstring or nullOptional
Summary in Markdown.
action_items_mdstring or nullOptional
Action items in Markdown.
discussion_mdstring or nullOptional
Discussion notes in Markdown.

Response

OK
resourceobject
A meeting recap generated for a Calendly scheduled event or an external event.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error