Hello!
I have a question and would like to know if you can assist me. Recently, we started migrating from Postman to APIDog. However, many of our clients still use Postman, and when they export our documentation from the online page in OpenAPI or Swagger formats, they don’t find all of our routes.
We have routes with the same endpoint but with different body types and parameters (form-data and JSON). Please see the attached images. I’ve tried configuring the unique identifier for the endpoint using OperationId and Body Parameter (Content-Type), but when the collection is exported, only the endpoints with the requestBody in JSON are shown.
Is there another way to configure it so that all types of requestBody for the same endpoint are exported correctly?
Thank you in advance!