I have a Swagger file defined for my API (See Below). However, only one operation is showing in Microsoft Flow even though there are quite a few operations. Anyone know why and how to fix? (See screenshot below)
I have a Swagger file defined for my API (See Below). However, only one operation is showing in Microsoft Flow even though there are quite a few operations. Anyone know why and how to fix? (See screenshot below)
I tried adding produces/consumes to all operations, but still only showing the last operation in the workflow. HOw do I use an OperationID?
I believe I've isolated this issue. It appears you need to have an individual "produces" and "consumes" within each operation in order for it to show up in Microsoft Flow. I also added an operationId, but I would guess it was the produces/consumes.
This appears to be a bug. OpenAPI specifications state you can either put it on the individual operation, or as a default for the whole OpenAPI file.