PUT private-agent/edit/{agent_id}
Edits an existing private agent for the current customer.
URL Parameters
Name | Description |
---|---|
agent_id | The ID of the agent to edit. |
Remarks
Use GET private agents route to get the list of private agents having values applicable for agent_id.Request example and description
curl --request PUT "https://api-asm1.apica.io/v3/private-agent/edit/{agent_id}?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ \"agent_name\": \"agentname\" }"
Name | Type | Required | Description |
---|---|---|---|
agent_name | String | Yes |
Name of Agent. |
Response body model example and description
Response indicating the result of the operation.