Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.gennia.ai/public/api/v1/agents/{agentPublicId}/channels/{channelConnectionPublicId}/instance-mode \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "confirm": true } '
{ "channelName": "<string>", "channelSpecificConfig": {}, "channelType": "<string>", "createdAt": "2023-11-07T05:31:56Z", "isActive": true, "isConfigured": true, "publicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updatedAt": "2023-11-07T05:31:56Z" }
Body for updating the channel instance mode of an agent's channel link.
New instance mode for the channel.
STATIC
DYNAMIC
Set to true to confirm a destructive change (e.g. switching modes that resets channel state).
true
OK
Agent channel connection. credentials NEVER returned.
Show child attributes
Esta página foi útil?