Skip to content

Commit 90a9a46

Browse files
authored
Merge pull request #1682 from dragetd/patch-1
Use semver for API version in example
2 parents 469d58a + 7eba647 commit 90a9a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v3.0/api-with-examples.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.0"
22
info:
33
title: Simple API overview
4-
version: v2
4+
version: 2.0.0
55
paths:
66
/:
77
get:

0 commit comments

Comments
 (0)