cURL
curl --request PUT \ --url http://localhost:8080/api/agents/{agentId} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>' \ --data '{}'
{ "message": "<string>", "status": "<string>", "error": "<string>", "data": {} }
No controller method is currently defined for this endpoint; behavior is not explicitly documented in code.
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
OK