A.G.
A.G.
I have been told on [stackoverflow](https://stackoverflow.com/questions/66036568/mixing-non-terminal-rules-from-separeted-translation-unit/66036665?noredirect=1#comment116775367_66036665) that `boost::spirit::x3::uint_parser` is part of X3 but I don't see it anywere in the [official documentation](https://www.boost.org/doc/libs/1_75_0/libs/spirit/doc/x3/html/index.html) I can see it in [Qi](https://www.boost.org/doc/libs/1_75_0/libs/spirit/doc/html/spirit/qi/reference/numeric/uint.html), but not...
## Description I am using the `Utilities: Call Rest API` function in a resilient worklow. The workflow crashes with the following error message: ``` File "/usr/local/lib/python3.6/site-packages/resilient_lib/components/requests_common.py", line 138, in execute_call_v2...
It is more a documentation improvement. It was not obvious for me that the `json` configuration parameter is meant to specify that the response is expecte to have a json...