Meetings
Edit a participant's detail
Updates a participant's details for the given meeting and participant ID.
patch/meetings/{meeting_id}/participants/{participant_id}
Path parameters
meeting_idstring uuid required
ID of the meeting. You can fetch the meeting ID using the create a meeting API.
participant_idstring required
ID of the participant. You can fetch the participant ID using the add a participant API.
Request body
Example request
{
"name": "Jane Doe"
}Response
Success response