Display response property default values in smartdocs

Is there a way to display default values set in openapi spec for request json properties in smartdocs "Request Body" for Pantheon installations?

@ylesyuk1's article documents a patch for on-premises.

1 1 405
1 REPLY 1

Apparently, there is a way, and it is reasonably elegant one.

"Git is the version control tool at the heart of the Pantheon workflow."

1. clone your DevPortal code

2. apply a patch as per article above.

3. commit and push changes.

For details, see: https://pantheon.io/docs/git/

Thank you to @Chris Novak for pointing into the right direction.