4867.yaml 516 B

123456789101112131415161718192021222324
  1. openapi: 3.0.1
  2. info:
  3. title: test
  4. version: "0.1"
  5. paths:
  6. /test:
  7. post:
  8. operationId: myOp
  9. responses:
  10. default:
  11. description: ok
  12. callbacks:
  13. subscription:
  14. http://$request.query.url:
  15. post:
  16. description: myCallback
  17. parameters:
  18. - name: myParam
  19. in: query
  20. schema:
  21. type: string
  22. responses:
  23. default:
  24. description: ok