cURL
curl --request PUT \ --url https://app.vaultgraph.com/api/agents/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Request payload for updating an existing agent.
Updated human-readable name of the agent.
Updated description of the agent.
Agent updated
Representation of an agent in the VaultGraph portal.
Show child attributes