vasilenicusor
3 years agoNew Contributor
Unable to add checklist via Java API
Hello,
I have issues with creating an API request to add / remove checklist from review. Have tried using same from documentation but I get
NullPointerException
Thank you for support
[
{
"command": "SessionService.authenticate",
"args": {
"login": "{{collab_dev_admin_user}}",
"ticket": "{{collab_dev_admin_token}}"
}
},
{
"command": "ReviewService.addChecklist",
"args": {
"reviewId": 123,
"id": 181
}
}
]
Thank you Alex!
PrecisionDan , I wasn't able to locate your support ticket. Could you let us know if you figured out the solution to this? Otherwise, I'd encourage you to open one, as Alex suggested. It would be great if you could share the final solution with us here too!