Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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