fix(param): Update HumanTaskUpdateRequest.yaml (#120)
The name of the `assigneeId` parameter is invalid. It should be replaced with `assigned_id` as expected by the API [endpoint implementation](https://github.com/bonitasoft/bonita-engine/blob/dev/bpm/bonita-web-server/src/main/java/org/bonitasoft/web/rest/model/bpm/flownode/IHumanTaskItem.java#L31)
Please register or sign in to comment