-
Do not worry about updateId, it will be removed in next patch release.
-
Ah, so it is a deprecated value?
I can't ignore it as of right now otherwise marshalling would go very badly. By patch release, you mean 7.9.6?
-
I assume you do not have much time and the REST API is not a big priority, can you point me to the section of the codebase in which you document the REST API.
It would be useful if you add a a symbol on all values which are Nullable to stop NullPointerExceptions when trying to use the REST API, because currently you got to guess if they are null or not (unless there is an info note next to the value).
-
I added some api help to indicate whether or not a property is allowed to be null. May not be complete though.
-
Forget to mention that this will be available in 7.9.6 to be released soon.
-
Someone has been busy
-
This can be closed?
-
I guess but it may need to be reopened in the future
-
Previous Value Current Value Open
Closed
-
OK. I am closing this. Let's reopen it if necessary.
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
I have decided just to make a blanket issue for discussing the REST API now because I keep having to ask more questions.
What does the "updateId" represent, it seems to return the same id as the project, so I am a little confused the need for it and when it changes, could you explain this value please?