Skip to content

Instantly share code, notes, and snippets.

@AndrienkoAleksandr
Created September 17, 2024 21:53
Show Gist options
  • Save AndrienkoAleksandr/f667078cc8d055cef5ea667eeac05ce4 to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/f667078cc8d055cef5ea667eeac05ce4 to your computer and use it in GitHub Desktop.
{
"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