You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 24 Oct 2020, at 21:45, hamletmun ***@***.***> wrote:
I added an example in Redmine Wiki: Using the REST API with Powershell
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
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?
The text was updated successfully, but these errors were encountered: