cURL
curl --request PUT \ --url http://localhost:3000/api/v1/config/global \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "apiKeys": {}, "defaultModel": "<string>" } '
{ "success": true, "data": { "config": { "apiKeys": {}, "defaultModel": "<string>" } } }
Update global (user-level) configuration
Session cookie authentication
API keys for various services
Show child attributes
Default AI model
Global configuration updated