You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified that the REST API certainly accepts annotations for rules, so the problem is isolated to the CLI.
On a related note, the same problem exists in the javascript client library. I guess that's a separate ticket. I'll look it up.
@erezh16 commented on Sat Mar 16 2019
Environment details:
Steps to reproduce the issue:
Provide the expected results and outputs:
Output request should contain the annotation testAnn
Provide the actual results and outputs:
Output request does not contain the annotation testAnn
Response also does not contain the annotation testAnn
Additional information you deem important:
@rabbah commented on Sun Mar 17 2019
This is a CLI bug - the request body does not post the annotations.
The text was updated successfully, but these errors were encountered: