Update an Agent
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
200
Agent updated successfully
application/json
400
Invalid request
application/json
403
Forbidden
application/json
404
Not Found
application/json
patch
/v1/agents/{agentId}Last updated