Update Agent¶
-
PUT
/nlu/v1/agents/{agent_id}
Update agent configuration {agent_id}.
Sample Input
{ "name": "agente_teste_2", "description": "Agente de teste 2", }
Sample Response
{ "msg":"OK" }
- Parameters
agent_id – Agent ID
- Status Codes
200 OK – Success
404 Not Found – Agent not found
422 Unprocessable Entity – Unprocessed request
500 Internal Server Error – Internal Error
- Response JSON Object
msg – OK.