I am not able to archive a project, since the get() returns a ProjeytType, but the put() wants an UpdateProjectType and these definitions differ in some properties (e.g. hourlyRate).
Did I miss something or how can I read a project, make changes and save it back again?