Generate OpenAPI / Swagger specification from HTTP triggers?

Hello,

Is it possible to generate an OpenAPI / Swagger specification from HTTP triggers ? If yes, how ?

It would really help the development of APIs.

I could not find anything on it in the docs or the community forum.

Thank you all.

Hi @Purritz,

First off welcome to the Pipedream community, happy to have you.

That’s a great question, at this time we don’t offer an exportable OpenAPI or Swagger spec from a given workflow trigger.

But, all workflow triggers are just an empty “POST” request to start. It’s up to you to define in later steps what that POST request data should be.

To help further, could you tell us what you’re building this POST request to do or integrate with?