Skip to main content
PATCH
Update meeting minutes

Authorizations

Authorization
string
header
required

API key authentication. Generate keys from your account settings.

Include in header: Authorization: Bearer YOUR_API_KEY

Path Parameters

account_id
string<uuid>
required

The unique identifier of the account/team

meeting_minutes_id
string<uuid>
required

Body

application/json
title
string
content
string
company_id
string<uuid> | null
meeting_date
string<date-time>
attendees
string[]
processed
boolean
metadata
object

Response

Meeting minutes updated

success
boolean
data
object