Apigee Portal: How to edit/view formData parameters from the SmartDocs viewer?

Hi,

Can anyone help me on how to view the formData parameters from the new smartdocs template viewer?

When I try to use the Swagger UI, it correctly displays them, but with the new viewer, I can't seem to find it.

This is on swagger 2.0 and it's already using a consume of: application/x-www-form-urlencoded

Please see my json parameters here:

        "parameters": [{
            "in": "formData",
            "name": "grant_type",
            "description": "Grant type of the registered App - for non-authenticated requests and Optional for client-assertion requests",
            "type": "string",
            "required": true
          },
          {
            "in": "formData",
            "name": "username",
            "description": "Username",
            "type": "string",
            "required": true
          },
          {
            "in": "formData",
            "name": "password",
            "description": "Password",
            "type": "string",
            "required": true
          }
        ]

7505-screenshot-from-2018-10-05-11-05-28.png

1 0 144
0 REPLIES 0