Created
March 15, 2023 17:32
-
-
Save joelczk/1fb7266ec9de9aa7723ff37e138107a0 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: | |
title: HTML INJECTION | |
description: '<div>HTML INJECTION</div>' | |
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