Open
Description
In documentation is mention this way of create Identifiable object:
issue.Project = new IdentifiableName() { Id = };
but in last version is posibble only in this way:
Project = IdentifiableName.Create(),
https://github.com/zapadi/redmine-net-api/wiki/Create-a-redmine-object
Or what is proper way to create Identifiable?
i woul'd like update docupage, it's ok to update it?