Skip to content

Update meeting notes + contact info (SDR side)

PATCH
/marketplace/me/meetings/{meeting_id}

Employee-side meeting edit — notes + contact info only.

Lifecycle fields (status, meeting_date, meeting_type, hiring_id) are intentionally NOT editable here. Those are client-owned via the calendar-driven sync.

Authorizations

Parameters

Path Parameters

meeting_id
required
string

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Employee-side meeting edit — notes + client-contact fields only.

Mirrors UpdateMyMeetingRequest in self_service_router exactly, which in turn is bounded by the SdrMeeting ORM columns (shared/infrustructure/db/cdp/models/sdr_meeting.py): only notes, client_contact_name and client_contact_email exist. The field names here are the raw column names because the update is applied via update(SdrMeeting).values(**updates) with no whitelist/rename step — an unknown key (the old contact_name/contact_phone/contact_title /contact_company/contact_linkedin_url set) raises SQLAlchemy “Unconsumed column names” inside the handler and 500s. Lifecycle fields (status, meeting_date, meeting_type, hiring_id) are intentionally not editable — those are calendar-driven client-side fields.

object
client_contact_email
Any of:
string
client_contact_name
Any of:
string
notes
Any of:
string

Responses

200

Successful Response

object
data
required
object
meeting
required
object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string