suspend fun createProject(authorizationContext: GropiusAuthorizationContext, input: CreateProjectInput): Project
Creates a new Project based on the provided input Checks the authorization status
Return
the saved created Project
Parameters
authorizationContext
used to check for the required permission
input
defines the Project