Skip to main content
Update Genesys Bot Connector Channel
curl --request PATCH \
  --url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/environments/{environment_id}/channels/genesys_bot_connector/{channel_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "channel_app_id": "<string>",
  "channel": "genesys_bot_connector",
  "created_on": "<string>",
  "updated_at": "<string>",
  "created_by": "<string>",
  "updated_by": "<string>",
  "description": "<string>",
  "client_id": "<string>",
  "client_secret": "<string>",
  "verification_token": "<string>",
  "api_url": "<string>",
  "bot_connector_id": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required
environment_id
string
required
channel_id
string<uuid>
required

Body

application/json
name
string | null
channel_app_id
string | null
channel
string
default:genesys_bot_connector
Allowed value: "genesys_bot_connector"
created_on
string | null
updated_at
string | null
created_by
string | null
updated_by
string | null
description
string | null
Maximum length: 1024
client_id
string | null
client_secret
string | null
verification_token
string | null
api_url
string | null
bot_connector_id
string | null

Response

Successful Response

The response is of type any.