Modifies agent configuration and metadata.
cURL
curl --request PUT \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/agents/{agentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "tags": [ "<string>" ], "endpoints": [ {} ] } '
{ "success": true }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
The agent's unique identifier
Updated agent metadata
Agent updated
true