Skip to main content

CopyAgentPayload

Payload to copy an agent into another product.

to_product_idTo Product Idrequired

ID of the destination product to copy the agent into.

new_nameNew Namerequired

Name for the copied agent.

CopyAgentPayload
{
"to_product_id": 0,
"new_name": "string"
}