Update project by ID
Updates an existing project by its ID. Set the columns you want to change (e.g. Name, Description, Visibility); the WHERE clause targets the project. Use when you need to rename a project, change its description, or update visibility.
UPDATE Projects SET Description = 'The system we use for implementing point-of-service walk-in payment systems and phone payments.'
WHERE Id='1be9ccef-45d7-4574-af67-7dc6c0699b6a'