v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-285553225.5 KB
Agent Endpoint

Update an agent endpoint

Updates an existing agent endpoint by its ID. Only environment and outboundDialType can be modified.

put/v1/agent/endpoint/{endpointId}

Path parameters

endpointIdstring required

The ID of the agent endpoint to update

Request body

environmentstring

Environment name

outboundDialType'NONE' | 'HTTP_REQUEST'

Outbound dial type: NONE or HTTP_REQUEST

outboundDialHttpRequestDefinitionIdstring uuid nullable

ID of the HTTP request definition for outbound dialing

Response

The updated agent endpoint