Update Meeting

POST

Updates the meeting record.

Request

This endpoint expects an object.
channelenumRequired

The channel of meeting.

custom_schema_specobjectRequired

Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.

idstringRequiredformat: "id"

The meetings ID.

membersobjectRequired
stateenumRequired

The state of meeting.

tagsobjectRequired
custom_fieldsobjectOptional

Application-defined custom fields.

descriptionstringOptionalformat: "text"

The description of the meeting.

ended_datestringOptionalformat: "date-time"

Updates the date and time when the meeting ended.

external_refstringOptionalformat: "text"

External Reference for the meeting.

external_urlstringOptionalformat: "text"

External URL for the meeting.

organizerstringOptionalformat: "id"

The ID of the user who organized the meeting.

recordingstringOptionalformat: "id"

The ID of the meeting’s recording artifact.

recording_urlstringOptionalformat: "text"

The recording URL of the meeting.

scheduled_datestringOptionalformat: "date-time"

Updates the date and time when the meeting was scheduled.

titlestringOptionalformat: "text"

The title of the meeting.

transcriptstringOptionalformat: "id"

The ID of the artifact for the transcript of the meeting.

Response

Success.

meetingobject
Built with