Created
September 17, 2024 21:53
-
-
Save AndrienkoAleksandr/f667078cc8d055cef5ea667eeac05ce4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apiVersion": "1.0.0", | |
"swaggerVersion": "1.2", | |
"basePath": "", | |
"resourcePath": "/pets", | |
"apis": [ | |
{ | |
"path": "/pets", | |
"operations": [ | |
{ | |
"method": "GET", | |
"summary": "", | |
"responseMessages": [ | |
{ | |
"code": 200, | |
"message": "Return all pets" | |
} | |
] | |
} | |
] | |
} | |
], | |
"models": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment