API Endpoints
Update Single Task Agent Endpoint
Updates an existing single-task agent with new configuration details.
PUT
Description
Updates an existing single-task agent with new configuration details.
Endpoint
PUT /v3/agents/template/single-task/{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 single-task agent to update. |
Request Body (JSON)
Authorizations
Path Parameters
Unique identifier of the single-task agent to update.
Body
application/json
Response
200
application/json
Single-task agent updated successfully
The response is of type object
.