Agents

Update widget configuration for an agent

Merge updates into the agent's embeddable widget config. Only the fields in the request body are overwritten; everything else is preserved. Returns the full widget config after merge.

patch/agent/{id}/widget-config

Path parameters

idstring required
Example:60d0fe4f5311236168a109ca

The agent ID

Request body

Response

Merged widget configuration.

statusboolean

Example response

{
  "status": true
}

Changes