Update project_type using Projects AMG API
We have a template whose project type and class both are CAPITAL. And we have a project type XX CAPITAL whose class is CAPITAL too. The need is for us to use the template however create the project with project type XX CAPITAL instead of CAPITAL. How can I update the project type as pa_project_pub.create_project or update_project doesnt have a way to send in the project type. Can you suggest?