suspend fun updateProject(authorizationContext: GropiusAuthorizationContext, input: UpdateProjectInput): Project

Updates a Project based on the provided input Checks the authorization status

Return

the updated Project

Parameters

authorizationContext

used to check for the required permission

input

defines which Project to update and how