Display API Product Custom Attributes in dev portal api documentation

I have Custom Attributes defined on my API Product. How do I display those attributes in the dev portal in Drupal, especially in my dev portal API documentation for that API Product?

1 1 604
1 REPLY 1

Have you checked out https://community.apigee.com/articles/43848/apigee-developer-portal-drupal-how-to-improve-user-1.htm... ? This shows how to categorize Models by attaching taxonomy terms to the Smartdocs Models taxonomy terms. You could add those custom attributes manually as a Custom Attributes taxonomy and then adds those attributes to the Models taxonomy terms. If you have those custom attributes defined in your Open API Spec, you could also hook into the devconnect/smartdocs module (see smartdocs.api.php) to identify those custom attributes and programatically update the Smartdocs Models taxonomy terms on importing your spec.