Add Swagger to import format lists (#863)

This commit is contained in:
Ville Skyttä 2018-04-15 14:06:44 +03:00 committed by Gregory Schier
parent 28a0b7dc17
commit 36e4f3aca6
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class ImportExport extends PureComponent {
<div>
<p className="no-margin-top">
Import format will be automatically detected (<strong>Insomnia, Postman v2, HAR,
Curl</strong>)
Curl, Swagger</strong>)
</p>
<p>
Don't see your format here?

View File

@ -9,6 +9,7 @@ Insomnia v3 format.
- Postman v2.0
- cURL
- HTTP Archive Format 1.2 (HAR)
- Swagger 2.0
## Installation