Update an Agent

Update agent details

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Body
companyDescriptionstringOptional

The description of the company the agent works for

Responses
chevron-right
200

Agent updated successfully

application/json
idstringRequired

Unique identifier for the agent

companyNamestringRequired

The name of the company the agent works for

companyDescriptionstringRequired

The description of the company the agent works for

createdAtstring · date-timeRequired

When the agent was created

updatedAtstring · date-timeRequired

When the agent was last updated

patch
/v1/agents/{agentId}

Last updated