YAML Payload request to APIGEE

is is possible to create the YAML file payload is input for Apigee Edge.

ex:I want to create yaml payload to swageer to determine the API specifications?

Solved Solved
0 2 366
1 ACCEPTED SOLUTION

If I understand the question correctly, the answer is YES.

You can create an API Proxy using a Swagger spec (Actually an OpenAPI Spec) .

  1. In the Apigee Edge UI, Go to the API proxies page
  2. +Proxy
  3. Select "Reverse Proxy"
  4. "Use OpenAPI Spec"
  5. select your .yaml file.
  6. Done

View solution in original post

2 REPLIES 2

If I understand the question correctly, the answer is YES.

You can create an API Proxy using a Swagger spec (Actually an OpenAPI Spec) .

  1. In the Apigee Edge UI, Go to the API proxies page
  2. +Proxy
  3. Select "Reverse Proxy"
  4. "Use OpenAPI Spec"
  5. select your .yaml file.
  6. Done

Thanks Dino.