cURL
curl --request PUT \ --url http://localhost:3000/api/v1/context/architecture \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data '{}'
{ "success": true, "data": {} }
Update project architecture information
Session cookie authentication
Architecture configuration
Architecture updated