Skip to main content

UpdateLinkRequest

Request body for updating a scheduling link.

descriptionstringnullable

The short description visible on the scheduling link.

namestring

The name of the scheduling link.

private_namestringnullable

The private name of the link (not visible to schedulers).

typestring

Either recurring for Multi-Use links, or single for Single-Use links.

Possible values: [recurring, single]

Default value: recurring
UpdateLinkRequest
{
"description": "Updated meeting description",
"name": "Updated Meeting Name",
"private_name": "Internal updated name",
"type": "single"
}