Skip to main content
PUT
Update Voice Pearl

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

pearlId
string
required

Body

name
string | null

The updated name of the Pearl.

pearl
object | null

Updated conversation flow (node graph) for the Pearl. When omitted, the current flow is kept unchanged. When provided, it replaces the whole flow, so send the complete node graph.

variables
object[] | null

Variables that can be defined, stored, and used by the agent during conversations. Used together with Pearl. For details on variable groups and how to use variables in supported fields, see: Flow Variables

inbound
object | null

Partial update of the inbound voice settings: only the fields present in the JSON are applied. When omitted, the inbound settings are kept unchanged. Must not be provided together with Outbound.

outbound
object | null

Partial update of the outbound voice settings: only the fields present in the JSON are applied. When omitted, the outbound settings are kept unchanged. Must not be provided together with Inbound.

Response

The Pearl was updated successfully.

The response is of type boolean.