-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
None
-
Unset
-
None
-
-
-
Currently WebRCA is not rendering on the list of API's in inscope. API Annotation for Web RCA already exists but something specific about Web RCA is preventing it from showing up in Inscope.
After some investigation I did find a difference between how Web RCA exposes the openapi spec vs other working examples in InScope.
Web RCA returns it as application/json. The other API's return as text/plain directly to an openapi.json file. example of Entitlements vs Web RCA
It could be as simple as changing the content-type to text/plain, so it's in line with the other api's. Or updating how appstage renders APIs to work with Web RCA