Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

The ID of the agent to update

Body

application/json

Input for updating an existing agent

name
string

Name of the agent

Minimum string length: 1
description
string | null

Description of the agent

Response

The updated agent

data
object
required