Response containing the available updates
| name | data type | description |
|---|---|---|
| available | array of Update | List of available updates |
| messages | array of Message | Messages contained in the response (which should be shown to the user) |
| responseInfo | ResponseInfo |
Example
{
"available" : [ {
"version" : "...",
"changelogUrl" : "..."
}, {
"version" : "...",
"changelogUrl" : "..."
} ],
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}