How to create a json specification in yaml format for APIs on edge?

I need to create a json specification in yaml format for my API.

But when I download it from edge,I get the zipped folder.

Not sure on what to do next

Hi Vidisha,

http://specgen.apistudio.io/open-api/94a78ed0-3187-414e-9361-23323b514095/api-spec

Hope this link helps you.

I will have to add all the details,right?

And then this spec will get generated?

I tried this

Getting stuck at step 3 or 4

I don’t think there is so hard to get understand in this,

Here is step by step process ;

  1. Provide all the details of your API including, Method (GET or POST), URL, Headers, payload (If applicable) and click send.

  2. If you get 200ok , right below that you see NEXT STEP. Click on that.

  3. Program Info : Provide test names.

  4. APP Info: you see one little circle bob their, just drag that to the end. Click next

  5. Headers Info: Click Next

  6. Parms Info: Click next

  7. API path Info : click next

:smiling_face_with_sunglasses: Open API spec: there you see, your swagger has bee created.

you can view it and download it as you can.

Hope this will helps you. :slightly_smiling_face: