Reportable REST API: Using viewURI parameter with oslc_config.context scoped parameter and moduleURI parameter
I'm using the Reportable REST API. Specifically I'm calling the text endpoint and I'm specifying the moduleURI, oslc_config.context, and viewURI parameters. For example: https://server/rm/publish/text?moduleURI=val&oslc_config.context=val&viewURI=val
While this did work for me (I'm using DOORS Next 7.0.3), in the documentation I got confused since it says the following:
It says "can use this URL with project filters only" in the first area highlighted in red in the pic above, and in the far fright in the highlighted area in red in the pic above it says "Use alone or with module id". I understand why it works with moduleURI parameter since lower down in the documentation there is an example of that, but the "can use this URL with project filters only" confused me, which made be worried that you aren't supposed to use viewURI parameter with oslc_config.context parameter. Since using viewURI with oslc_config.context parameter does actually work when I test it, I'm assuming that the documentation is worded incorrectly?