cURL
curl --request PUT \ --url http://localhost:3001/api/v1/context/team \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "content": "<string>", "metadata": {} } '
{ "success": true, "data": {} }
Update team structure and member information
Session cookie authentication
Markdown content for the team document
Optional metadata
Team context updated