Hi,
After upgrading the API Console, RAML documentation is missing the documentation for child resources.
/parent1:
description: this is the child for testing.
/child1:
description: this is the child for testing.
When RAML is loaded for the above snippet in the Portal, we see the description for only parent1 and not for child1.
Thanks