Skip to content

Commit

Permalink
remove v3.0 from supported spec to updload (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexei Kravtsov <[email protected]>
  • Loading branch information
akpsgit and akpsgit authored Dec 9, 2021
1 parent 02b3b5d commit 1126299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const UploadSpec = ({title, inventoryId, onUpdate}) => {
{loading ? "Processing..." : "Error in file"}
</div>
}
<div className="upload-spec-file-supported-message">Supported format json or yaml, OAPI 2.0 and 3.0</div>
<div className="upload-spec-file-supported-message">Supported format is OAS v2.0 (json or yaml)</div>
</div>
</div>
<div className="submit-button-wrapper">
Expand Down

0 comments on commit 1126299

Please sign in to comment.