-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.0alpha1
-
Sprint 79 (Aug 2021), Sprint 80 (Sep 2021), Sprint 81 (Oct 2021), Sprint 82 (Nov 2021)
-
0.25
Problem description: an empty response is returned (500 error) when flag "selectUpdateOperations" is specified in the action.get API, like in example below:
{ "jsonrpc": "2.0", "method": "action.get", "params": { "actionids": 7, "selectUpdateOperations": "extend", "selectRecoveryOperations": "extend", "selectOperations": "extend" }, "auth": "fa7888a42ec8fb65ab295dc366ab6350", "id": 1 }