Apigee Developer Portal SmartDocs - Header and body parameters are not getting rendered.

Not applicable

Hi,

I am trying to configure API on developer portal, by using swagger json.

We are facing issue, for few API methods, that their fields are not getting rendered and also, not updating the additional informations from the API specification.

We need help to resolve this issue, as whenever, we update from Api Speification all things will be lost from the methods. Currently we are adding the fields using the "Edit" Menu.

This is the piece of information is not getting rendered. Refer the below piece of json snippet and attched image from API specification which not getting rendered.

4442-smartdocrendering-issue.png

"parameters":[
                {
                    "name":"Authorization",
                    "in":"header",
                    "description":"Authoraization header",
                    "required":true,
                    "type":"string"
                },
                {
                    "name":"Content-Type",
                    "in":"header",
                    "description":"application/json",
                    "required":true,
                    "type":"string"
                },
                {
                    "name":"body",
                    "in":"body",
                    "schema":{
                        "$ref":"#/definitions/apirequest"
                    },
                    "description":"",
                    "required":true
                }
            ]
0 7 398
7 REPLIES 7

Not applicable

@santosh_ghalsasi @Anil Sagar. Kindly help to resolve this issue.

Not applicable

@Anil Sagar @Daniel Johnson Need help in this issue.

@Chris Novak - Can you please help here to resolve this.

Thanks,

Santosh

Not applicable

@Anil Sagar @Chris Novak @Daniel Johnson

Kindly help us to resolve this issue.

Thanks

Akshat

Not applicable

@Chris Novak, @Anil Sagar, @Daniel Johnson

Hi,

We tried to simulate all the scenarios while importing the API specification to the Developer Portal.

So, when we import the service specification the individually to the portal all the text boxes for input are getting rendered/visible. But , if we merge the same API operation with the other operation as a single API specification the text boxes are not getting rendered/visible.

Thanks

Akshat

@Chris Novak @Anil Sagar @Daniel Johnson

Hi,

We have found the error, the problem has been resolved.

Thanks

Akshat.

What was the solution? Thanks!