API Endpoints
Update Agent Endpoint
Updates the configuration of an existing agent.
PUT
Description
Updates the configuration of an existing agent.
Endpoint
PUT /v3/agents/{agent_id}
Authentication
- Requires an API key (
x-api-key
) in the request headers.
Path Parameters
Parameter | Type | Description |
---|---|---|
agent_id | string | Unique identifier of the agent to update. |
Request Body (JSON)
Request Example (cURL)
Response Example
Authorizations
Path Parameters
Unique identifier of the agent to update.
Body
application/json
Response
200
application/json
Agent updated successfully
The response is of type object
.