POST
/
v1
/
agents
/
{agent_id}
/
duplicate
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "definition": {},
  "visible": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

Response

200
application/json
Successful Response
id
string
required
group_id
string
required
name
string
required
definition
object
required
description
string | null
visible
boolean
default:true