Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

How to configure REST API using Swagger URL in aem forms 6.5

Avatar

Level 2

Not able to configure REST API using swagger URL . What should be the path for configuring with Swagger URL.

As i m able to achieve same using Swagger File configuration.

Kindly help

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

It can be a local file or any JSON placed on HTTP server.

 

For instance: https://petstore.swagger.io/v2/swagger.json 

 

@shafali 

View solution in original post

7 Replies

Avatar

Level 9

I think you will have to provide the location of the swagger file instead of browsing to the file in the dialog box

Avatar

Level 2
like u want to say local path where I have kept swagger json file eg: C:\Users\code\Swagger.json . Are saying this?

Avatar

Employee Advisor
yes for example I have used http://<servername>:<port>/swaggerfile.json

Avatar

Correct answer by
Employee Advisor

It can be a local file or any JSON placed on HTTP server.

 

For instance: https://petstore.swagger.io/v2/swagger.json 

 

@shafali 

Avatar

Level 4

Hi, 

 

I am trying to configure REST API using swagger URL. But I am trying to connect to a SharePoint list, Is this even possible?

 

Thank yo u