-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.12.3
-
None
In the REST API, the example of the following POST request is wrong:
POST /task
The example at https://docs.camunda.org/manual/latest/reference/rest/task/post-query/#request states
"assigneeIn": "anAssignee,anotherAssignee"
but must be
"assigneeIn": "[anAssignee,anotherAssignee]"
Otherwise, the response states
{ "type": "InvalidRequestException", "message": "" }