Last active
May 26, 2022 08:13
-
-
Save haidv35/aa954cd8f1ce2f7bc6a2b0970b489da5 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
| swagger: '2.0' | |
| info: | |
| version: '2' | |
| title: Example yaml.spec | |
| description: aaaaaaa</p> | |
| paths: | |
| /accounts: | |
| get: | |
| responses: | |
| '200': | |
| description: No response was specified | |
| tags: | |
| - accounts | |
| operationId: findAccounts | |
| summary: Finds all accounts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment