1openapi: '3.0.1' 2paths: 3 /testpath: 4 get: {} 5 post: {} 6 delete: {} 7 patch: {}
View as plain text